#F99D72

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

Shades of Hit Pink #F99D72

Tints of Hit Pink #F99D72

Color information

#F99D72 (or 0xF99D72) is unknown color: approx Hit Pink. HEX triplet: F9, 9D and 72. RGB value is (249,157,114). Sum of RGB (Red+Green+Blue) = 249+157+114=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D72 is #06628D. Grayscale: #B3B3B3. Windows color (decimal): -418446 or 7511545. OLE color: 7511545.

HSL color Cylindrical-coordinate representation of color #F99D72: hue angle of 19.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F99D72 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249157114-
CMYK00.370.540.02
HSL19.11º91.84%71.18%-
HSV(B)19.11º54.22%97.65%-
XYZ54.1645.4721.84-
YUV179.6190.98177.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=47.88%
G=30.19%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915711400.370.540.0219.1191.8471.18
HexF99D72025362135c47
Octal37123516204566223134107
Binary111110011001110111100100100101110110101001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99D72; }

 p { color: rgb(249,157,114); }

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

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

 a { background-color: rgb(249,157,114); }

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

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

 span { border-color: rgb(249,157,114); }

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