Shades of Hollywood Cerise #FF099F
Tints of Hollywood Cerise #FF099F
RGB
CMYK
RGB Variations
Color information
#FF099F (or 0xFF099F) is known color: Hollywood Cerise. HEX triplet: FF, 09 and 9F. RGB value is (255,9,159). Sum of RGB (Red+Green+Blue) = 255+9+159=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF099F is #00F660. Grayscale: #636363. Windows color (decimal): -63073 or 10422783. OLE color: 10422783.
HSL color Cylindrical-coordinate representation of color #FF099F: hue angle of 323.41º 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 #FF099F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 323.41º | 1% | 0.52% | - |
| HSV(B) | 323.41º | 0.96% | 1% | - |
| XYZ | 47.6 | 23.96 | 34.92 | - |
| YUV | 99.65 | 161.5 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 159 | 0 | 0.96 | 0.38 | 0 | 323.41 | 1 | 0.52 |
| Hex | FF | 9 | 9F | 0 | 60 | 26 | 0 | 143 | 64 | 34 |
| Octal | 377 | 11 | 237 | 0 | 140 | 46 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1001 | 10011111 | 0 | 1100000 | 100110 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF099F
Complementary color
Monochromatic Colors of #FF099F
Black with #FF099F
Text Example
Text Example
White with #FF099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF099F; }
p { color: rgb(255,9,159); }
H1.HeaderClassName
{
color: #FF099F;
}
.AnyTagClassName
{
color: #FF099F;
}
</style>
background-color css
<style>
a { background-color: #FF099F; }
a { background-color: rgb(255,9,159); }
div.DivClassName
{
background-color: #FF099F;
}
.BgClassName
{
background-color: #FF099F;
}
</style>
border-color css
<style>
span { border-color: #FF099F; }
span { border-color: rgb(255,9,159); }
td.TdClassName
{
border-color: #FF099F;
}
.TagClassName
{
border-color: #FF099F;
}
</style>