#F7A570

Color #F7A570 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F7A570

Tints of Hit Pink #F7A570

Color information

#F7A570 (or 0xF7A570) is unknown color: approx Hit Pink. HEX triplet: F7, A5 and 70. RGB value is (247,165,112). Sum of RGB (Red+Green+Blue) = 247+165+112=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A570 is #085A8F. Grayscale: #B7B7B7. Windows color (decimal): -547472 or 7382519. OLE color: 7382519.

HSL color Cylindrical-coordinate representation of color #F7A570: hue angle of 23.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7A570 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB247165112-
CMYK00.330.550.03
HSL23.56º89.4%70.39%-
HSV(B)23.56º54.66%96.86%-
XYZ54.7447.8521.68-
YUV183.4887.67173.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 112 (44.14% from 255) = 21.37%
R=47.14%
G=31.49%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716511200.330.550.0323.5689.470.39
HexF7A570021373185946
Octal36724516004167330131106
Binary111101111010010111100000100001110111111100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A570; }

 p { color: rgb(247,165,112); }

 H1.HeaderClassName
 {
   color: #F7A570;
 }
 .AnyTagClassName
 {
   color: #F7A570;
 }
</style>
background-color css

<style>
 a { background-color: #F7A570; }

 a { background-color: rgb(247,165,112); }

 div.DivClassName
 {
   background-color: #F7A570;
 }
 .BgClassName
 {
   background-color: #F7A570;
 }
</style>
border-color css

<style>
 span { border-color: #F7A570; }

 span { border-color: rgb(247,165,112); }

 td.TdClassName
 {
   border-color: #F7A570;
 }
 .TagClassName
 {
   border-color: #F7A570;
 }
</style>