Shades of Hit Pink #FF9F6B
Tints of Hit Pink #FF9F6B
RGB
CMYK
RGB Variations
Color information
#FF9F6B (or 0xFF9F6B) is known color: Hit Pink. HEX triplet: FF, 9F and 6B. RGB value is (255,159,107). Sum of RGB (Red+Green+Blue) = 255+159+107=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6B is #006094. Grayscale: #B6B6B6. Windows color (decimal): -24725 or 7053311. OLE color: 7053311.
HSL color Cylindrical-coordinate representation of color #FF9F6B: hue angle of 21.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF9F6B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 107 | - |
| CMYK | 0 | 0.38 | 0.58 | 0 |
| HSL | 21.08º | 1% | 0.71% | - |
| HSV(B) | 21.08º | 0.58% | 1% | - |
| XYZ | 56.29 | 47.12 | 20.04 | - |
| YUV | 181.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 107 | 0 | 0.38 | 0.58 | 0 | 21.08 | 1 | 0.71 |
| Hex | FF | 9F | 6B | 0 | 26 | 3A | 0 | 15 | 64 | 47 |
| Octal | 377 | 237 | 153 | 0 | 46 | 72 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10011111 | 1101011 | 0 | 100110 | 111010 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FF9F6B
Complementary color
Monochromatic Colors of #FF9F6B
Black with #FF9F6B
Text Example
Text Example
White with #FF9F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F6B; }
p { color: rgb(255,159,107); }
H1.HeaderClassName
{
color: #FF9F6B;
}
.AnyTagClassName
{
color: #FF9F6B;
}
</style>
background-color css
<style>
a { background-color: #FF9F6B; }
a { background-color: rgb(255,159,107); }
div.DivClassName
{
background-color: #FF9F6B;
}
.BgClassName
{
background-color: #FF9F6B;
}
</style>
border-color css
<style>
span { border-color: #FF9F6B; }
span { border-color: rgb(255,159,107); }
td.TdClassName
{
border-color: #FF9F6B;
}
.TagClassName
{
border-color: #FF9F6B;
}
</style>