Shades of Hit Pink #FF9C6F
Tints of Hit Pink #FF9C6F
RGB
CMYK
RGB Variations
Color information
#FF9C6F (or 0xFF9C6F) is known color: Hit Pink. HEX triplet: FF, 9C and 6F. RGB value is (255,156,111). Sum of RGB (Red+Green+Blue) = 255+156+111=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C6F is #006390. Grayscale: #B4B4B4. Windows color (decimal): -25489 or 7314687. OLE color: 7314687.
HSL color Cylindrical-coordinate representation of color #FF9C6F: hue angle of 18.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF9C6F is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 111 | - |
| CMYK | 0 | 0.39 | 0.56 | 0 |
| HSL | 18.75º | 1% | 0.72% | - |
| HSV(B) | 18.75º | 0.56% | 1% | - |
| XYZ | 56 | 46.18 | 21 | - |
| YUV | 180.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 111 | 0 | 0.39 | 0.56 | 0 | 18.75 | 1 | 0.72 |
| Hex | FF | 9C | 6F | 0 | 27 | 38 | 0 | 13 | 64 | 48 |
| Octal | 377 | 234 | 157 | 0 | 47 | 70 | 0 | 23 | 144 | 110 |
| Binary | 11111111 | 10011100 | 1101111 | 0 | 100111 | 111000 | 0 | 10011 | 1100100 | 1001000 |
Color Harmonies of #FF9C6F
Complementary color
Monochromatic Colors of #FF9C6F
Black with #FF9C6F
Text Example
Text Example
White with #FF9C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C6F; }
p { color: rgb(255,156,111); }
H1.HeaderClassName
{
color: #FF9C6F;
}
.AnyTagClassName
{
color: #FF9C6F;
}
</style>
background-color css
<style>
a { background-color: #FF9C6F; }
a { background-color: rgb(255,156,111); }
div.DivClassName
{
background-color: #FF9C6F;
}
.BgClassName
{
background-color: #FF9C6F;
}
</style>
border-color css
<style>
span { border-color: #FF9C6F; }
span { border-color: rgb(255,156,111); }
td.TdClassName
{
border-color: #FF9C6F;
}
.TagClassName
{
border-color: #FF9C6F;
}
</style>