Shades of Hit Pink #FF9F6E
Tints of Hit Pink #FF9F6E
RGB
CMYK
RGB Variations
Color information
#FF9F6E (or 0xFF9F6E) is known color: Hit Pink. HEX triplet: FF, 9F and 6E. RGB value is (255,159,110). Sum of RGB (Red+Green+Blue) = 255+159+110=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6E is #006091. Grayscale: #B6B6B6. Windows color (decimal): -24722 or 7249919. OLE color: 7249919.
HSL color Cylindrical-coordinate representation of color #FF9F6E: hue angle of 20.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF9F6E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 110 | - |
| CMYK | 0 | 0.38 | 0.57 | 0 |
| HSL | 20.28º | 1% | 0.72% | - |
| HSV(B) | 20.28º | 0.57% | 1% | - |
| XYZ | 56.45 | 47.18 | 20.88 | - |
| YUV | 182.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 110 | 0 | 0.38 | 0.57 | 0 | 20.28 | 1 | 0.72 |
| Hex | FF | 9F | 6E | 0 | 26 | 39 | 0 | 14 | 64 | 48 |
| Octal | 377 | 237 | 156 | 0 | 46 | 71 | 0 | 24 | 144 | 110 |
| Binary | 11111111 | 10011111 | 1101110 | 0 | 100110 | 111001 | 0 | 10100 | 1100100 | 1001000 |
Color Harmonies of #FF9F6E
Complementary color
Monochromatic Colors of #FF9F6E
Black with #FF9F6E
Text Example
Text Example
White with #FF9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F6E; }
p { color: rgb(255,159,110); }
H1.HeaderClassName
{
color: #FF9F6E;
}
.AnyTagClassName
{
color: #FF9F6E;
}
</style>
background-color css
<style>
a { background-color: #FF9F6E; }
a { background-color: rgb(255,159,110); }
div.DivClassName
{
background-color: #FF9F6E;
}
.BgClassName
{
background-color: #FF9F6E;
}
</style>
border-color css
<style>
span { border-color: #FF9F6E; }
span { border-color: rgb(255,159,110); }
td.TdClassName
{
border-color: #FF9F6E;
}
.TagClassName
{
border-color: #FF9F6E;
}
</style>