Shades of Hit Pink #F99C72
Tints of Hit Pink #F99C72
RGB
CMYK
RGB Variations
Color information
#F99C72 (or 0xF99C72) is known color: Hit Pink. HEX triplet: F9, 9C and 72. RGB value is (249,156,114). Sum of RGB (Red+Green+Blue) = 249+156+114=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C72 is #06638D. Grayscale: #B3B3B3. Windows color (decimal): -418702 or 7511289. OLE color: 7511289.
HSL color Cylindrical-coordinate representation of color #F99C72: hue angle of 18.67º 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 #F99C72 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 114 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.02 |
| HSL | 18.67º | 0.92% | 0.71% | - |
| HSV(B) | 18.67º | 0.54% | 0.98% | - |
| XYZ | 53.99 | 45.13 | 21.79 | - |
| YUV | 179.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 114 | 0 | 0.37 | 0.54 | 0.02 | 18.67 | 0.92 | 0.71 |
| Hex | F9 | 9C | 72 | 0 | 25 | 36 | 2 | 13 | 5C | 47 |
| Octal | 371 | 234 | 162 | 0 | 45 | 66 | 2 | 23 | 134 | 107 |
| Binary | 11111001 | 10011100 | 1110010 | 0 | 100101 | 110110 | 10 | 10011 | 1011100 | 1000111 |
Color Harmonies of #F99C72
Complementary color
Monochromatic Colors of #F99C72
Black with #F99C72
Text Example
Text Example
White with #F99C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C72; }
p { color: rgb(249,156,114); }
H1.HeaderClassName
{
color: #F99C72;
}
.AnyTagClassName
{
color: #F99C72;
}
</style>
background-color css
<style>
a { background-color: #F99C72; }
a { background-color: rgb(249,156,114); }
div.DivClassName
{
background-color: #F99C72;
}
.BgClassName
{
background-color: #F99C72;
}
</style>
border-color css
<style>
span { border-color: #F99C72; }
span { border-color: rgb(249,156,114); }
td.TdClassName
{
border-color: #F99C72;
}
.TagClassName
{
border-color: #F99C72;
}
</style>