Shades of Hit Pink #FE9F72
Tints of Hit Pink #FE9F72
RGB
CMYK
RGB Variations
Color information
#FE9F72 (or 0xFE9F72) is known color: Hit Pink. HEX triplet: FE, 9F and 72. RGB value is (254,159,114). Sum of RGB (Red+Green+Blue) = 254+159+114=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F72 is #01608D. Grayscale: #B6B6B6. Windows color (decimal): -90254 or 7512062. OLE color: 7512062.
HSL color Cylindrical-coordinate representation of color #FE9F72: hue angle of 19.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9F72 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 114 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.00 |
| HSL | 19.29º | 0.99% | 0.72% | - |
| HSV(B) | 19.29º | 0.55% | 1% | - |
| XYZ | 56.31 | 47.08 | 22.04 | - |
| YUV | 182.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 114 | 0 | 0.37 | 0.55 | 0.00 | 19.29 | 0.99 | 0.72 |
| Hex | FE | 9F | 72 | 0 | 25 | 37 | 0 | 13 | 63 | 48 |
| Octal | 376 | 237 | 162 | 0 | 45 | 67 | 0 | 23 | 143 | 110 |
| Binary | 11111110 | 10011111 | 1110010 | 0 | 100101 | 110111 | 0 | 10011 | 1100011 | 1001000 |
Color Harmonies of #FE9F72
Complementary color
Monochromatic Colors of #FE9F72
Black with #FE9F72
Text Example
Text Example
White with #FE9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F72; }
p { color: rgb(254,159,114); }
H1.HeaderClassName
{
color: #FE9F72;
}
.AnyTagClassName
{
color: #FE9F72;
}
</style>
background-color css
<style>
a { background-color: #FE9F72; }
a { background-color: rgb(254,159,114); }
div.DivClassName
{
background-color: #FE9F72;
}
.BgClassName
{
background-color: #FE9F72;
}
</style>
border-color css
<style>
span { border-color: #FE9F72; }
span { border-color: rgb(254,159,114); }
td.TdClassName
{
border-color: #FE9F72;
}
.TagClassName
{
border-color: #FE9F72;
}
</style>