Shades of Hollywood Cerise #FF099D
Tints of Hollywood Cerise #FF099D
RGB
CMYK
RGB Variations
Color information
#FF099D (or 0xFF099D) is known color: Hollywood Cerise. HEX triplet: FF, 09 and 9D. RGB value is (255,9,157). Sum of RGB (Red+Green+Blue) = 255+9+157=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF099D is #00F662. Grayscale: #636363. Windows color (decimal): -63075 or 10291711. OLE color: 10291711.
HSL color Cylindrical-coordinate representation of color #FF099D: hue angle of 323.9º 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 #FF099D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 323.9º | 1% | 0.52% | - |
| HSV(B) | 323.9º | 0.96% | 1% | - |
| XYZ | 47.42 | 23.89 | 34.01 | - |
| YUV | 99.43 | 160.5 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 157 | 0 | 0.96 | 0.38 | 0 | 323.9 | 1 | 0.52 |
| Hex | FF | 9 | 9D | 0 | 60 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 11 | 235 | 0 | 140 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1001 | 10011101 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF099D
Complementary color
Monochromatic Colors of #FF099D
Black with #FF099D
Text Example
Text Example
White with #FF099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF099D; }
p { color: rgb(255,9,157); }
H1.HeaderClassName
{
color: #FF099D;
}
.AnyTagClassName
{
color: #FF099D;
}
</style>
background-color css
<style>
a { background-color: #FF099D; }
a { background-color: rgb(255,9,157); }
div.DivClassName
{
background-color: #FF099D;
}
.BgClassName
{
background-color: #FF099D;
}
</style>
border-color css
<style>
span { border-color: #FF099D; }
span { border-color: rgb(255,9,157); }
td.TdClassName
{
border-color: #FF099D;
}
.TagClassName
{
border-color: #FF099D;
}
</style>