#F7A872

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

Shades of Hit Pink #F7A872

Tints of Hit Pink #F7A872

Color information

#F7A872 (or 0xF7A872) is unknown color: approx Hit Pink. HEX triplet: F7, A8 and 72. RGB value is (247,168,114). Sum of RGB (Red+Green+Blue) = 247+168+114=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A872 is #08578D. Grayscale: #B9B9B9. Windows color (decimal): -546702 or 7514359. OLE color: 7514359.

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

Color convert

RGB247168114-
CMYK00.320.540.03
HSL24.36º89.26%70.78%-
HSV(B)24.36º53.85%96.86%-
XYZ55.448.9922.46-
YUV185.4687.67171.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.69%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=46.69%
G=31.76%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716811400.320.540.0324.3689.2670.78
HexF7A872020363185947
Octal36725016204066330131107
Binary111101111010100011100100100000110110111100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A872; }

 p { color: rgb(247,168,114); }

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

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

 a { background-color: rgb(247,168,114); }

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

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

 span { border-color: rgb(247,168,114); }

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