Shades of Hollywood Cerise #FF09A7
Tints of Hollywood Cerise #FF09A7
RGB
CMYK
RGB Variations
Color information
#FF09A7 (or 0xFF09A7) is known color: Hollywood Cerise. HEX triplet: FF, 09 and A7. RGB value is (255,9,167). Sum of RGB (Red+Green+Blue) = 255+9+167=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09A7 is #00F658. Grayscale: #646464. Windows color (decimal): -63065 or 10947071. OLE color: 10947071.
HSL color Cylindrical-coordinate representation of color #FF09A7: hue angle of 321.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.35 | 0 |
| HSL | 321.46º | 1% | 0.52% | - |
| HSV(B) | 321.46º | 0.96% | 1% | - |
| XYZ | 48.31 | 24.25 | 38.69 | - |
| YUV | 100.57 | 165.5 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 167 | 0 | 0.96 | 0.35 | 0 | 321.46 | 1 | 0.52 |
| Hex | FF | 9 | A7 | 0 | 60 | 23 | 0 | 141 | 64 | 34 |
| Octal | 377 | 11 | 247 | 0 | 140 | 43 | 0 | 501 | 144 | 64 |
| Binary | 11111111 | 1001 | 10100111 | 0 | 1100000 | 100011 | 0 | 101000001 | 1100100 | 110100 |
Color Harmonies of #FF09A7
Complementary color
Monochromatic Colors of #FF09A7
Black with #FF09A7
Text Example
Text Example
White with #FF09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09A7; }
p { color: rgb(255,9,167); }
H1.HeaderClassName
{
color: #FF09A7;
}
.AnyTagClassName
{
color: #FF09A7;
}
</style>
background-color css
<style>
a { background-color: #FF09A7; }
a { background-color: rgb(255,9,167); }
div.DivClassName
{
background-color: #FF09A7;
}
.BgClassName
{
background-color: #FF09A7;
}
</style>
border-color css
<style>
span { border-color: #FF09A7; }
span { border-color: rgb(255,9,167); }
td.TdClassName
{
border-color: #FF09A7;
}
.TagClassName
{
border-color: #FF09A7;
}
</style>