Shades of Hit Pink #FF9C70
Tints of Hit Pink #FF9C70
RGB
CMYK
RGB Variations
Color information
#FF9C70 (or 0xFF9C70) is known color: Hit Pink. HEX triplet: FF, 9C and 70. RGB value is (255,156,112). Sum of RGB (Red+Green+Blue) = 255+156+112=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C70 is #00638F. Grayscale: #B4B4B4. Windows color (decimal): -25488 or 7380223. OLE color: 7380223.
HSL color Cylindrical-coordinate representation of color #FF9C70: hue angle of 18.46º 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 #FF9C70 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 112 | - |
| CMYK | 0 | 0.39 | 0.56 | 0 |
| HSL | 18.46º | 1% | 0.72% | - |
| HSV(B) | 18.46º | 0.56% | 1% | - |
| XYZ | 56.05 | 46.21 | 21.29 | - |
| YUV | 180.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 112 | 0 | 0.39 | 0.56 | 0 | 18.46 | 1 | 0.72 |
| Hex | FF | 9C | 70 | 0 | 27 | 38 | 0 | 12 | 64 | 48 |
| Octal | 377 | 234 | 160 | 0 | 47 | 70 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011100 | 1110000 | 0 | 100111 | 111000 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF9C70
Complementary color
Monochromatic Colors of #FF9C70
Black with #FF9C70
Text Example
Text Example
White with #FF9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C70; }
p { color: rgb(255,156,112); }
H1.HeaderClassName
{
color: #FF9C70;
}
.AnyTagClassName
{
color: #FF9C70;
}
</style>
background-color css
<style>
a { background-color: #FF9C70; }
a { background-color: rgb(255,156,112); }
div.DivClassName
{
background-color: #FF9C70;
}
.BgClassName
{
background-color: #FF9C70;
}
</style>
border-color css
<style>
span { border-color: #FF9C70; }
span { border-color: rgb(255,156,112); }
td.TdClassName
{
border-color: #FF9C70;
}
.TagClassName
{
border-color: #FF9C70;
}
</style>