Shades of Hit Pink #F99F74
Tints of Hit Pink #F99F74
RGB
CMYK
RGB Variations
Color information
#F99F74 (or 0xF99F74) is known color: Hit Pink. HEX triplet: F9, 9F and 74. RGB value is (249,159,116). Sum of RGB (Red+Green+Blue) = 249+159+116=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F74 is #06608B. Grayscale: #B5B5B5. Windows color (decimal): -417932 or 7643129. OLE color: 7643129.
HSL color Cylindrical-coordinate representation of color #F99F74: hue angle of 19.4º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F99F74 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 116 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.02 |
| HSL | 19.4º | 0.92% | 0.72% | - |
| HSV(B) | 19.4º | 0.53% | 0.98% | - |
| XYZ | 54.62 | 46.2 | 22.56 | - |
| YUV | 181.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 116 | 0 | 0.36 | 0.53 | 0.02 | 19.4 | 0.92 | 0.72 |
| Hex | F9 | 9F | 74 | 0 | 24 | 35 | 2 | 13 | 5C | 48 |
| Octal | 371 | 237 | 164 | 0 | 44 | 65 | 2 | 23 | 134 | 110 |
| Binary | 11111001 | 10011111 | 1110100 | 0 | 100100 | 110101 | 10 | 10011 | 1011100 | 1001000 |
Color Harmonies of #F99F74
Complementary color
Monochromatic Colors of #F99F74
Black with #F99F74
Text Example
Text Example
White with #F99F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F74; }
p { color: rgb(249,159,116); }
H1.HeaderClassName
{
color: #F99F74;
}
.AnyTagClassName
{
color: #F99F74;
}
</style>
background-color css
<style>
a { background-color: #F99F74; }
a { background-color: rgb(249,159,116); }
div.DivClassName
{
background-color: #F99F74;
}
.BgClassName
{
background-color: #F99F74;
}
</style>
border-color css
<style>
span { border-color: #F99F74; }
span { border-color: rgb(249,159,116); }
td.TdClassName
{
border-color: #F99F74;
}
.TagClassName
{
border-color: #F99F74;
}
</style>