Shades of Hit Pink #FF9F6D
Tints of Hit Pink #FF9F6D
RGB
CMYK
RGB Variations
Color information
#FF9F6D (or 0xFF9F6D) is known color: Hit Pink. HEX triplet: FF, 9F and 6D. RGB value is (255,159,109). Sum of RGB (Red+Green+Blue) = 255+159+109=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6D is #006092. Grayscale: #B6B6B6. Windows color (decimal): -24723 or 7184383. OLE color: 7184383.
HSL color Cylindrical-coordinate representation of color #FF9F6D: hue angle of 20.55º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF9F6D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 109 | - |
| CMYK | 0 | 0.38 | 0.57 | 0 |
| HSL | 20.55º | 1% | 0.71% | - |
| HSV(B) | 20.55º | 0.57% | 1% | - |
| XYZ | 56.4 | 47.16 | 20.6 | - |
| YUV | 182 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 109 | 0 | 0.38 | 0.57 | 0 | 20.55 | 1 | 0.71 |
| Hex | FF | 9F | 6D | 0 | 26 | 39 | 0 | 15 | 64 | 47 |
| Octal | 377 | 237 | 155 | 0 | 46 | 71 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10011111 | 1101101 | 0 | 100110 | 111001 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FF9F6D
Complementary color
Monochromatic Colors of #FF9F6D
Black with #FF9F6D
Text Example
Text Example
White with #FF9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F6D; }
p { color: rgb(255,159,109); }
H1.HeaderClassName
{
color: #FF9F6D;
}
.AnyTagClassName
{
color: #FF9F6D;
}
</style>
background-color css
<style>
a { background-color: #FF9F6D; }
a { background-color: rgb(255,159,109); }
div.DivClassName
{
background-color: #FF9F6D;
}
.BgClassName
{
background-color: #FF9F6D;
}
</style>
border-color css
<style>
span { border-color: #FF9F6D; }
span { border-color: rgb(255,159,109); }
td.TdClassName
{
border-color: #FF9F6D;
}
.TagClassName
{
border-color: #FF9F6D;
}
</style>