Shades of Hollywood Cerise #FF029A
Tints of Hollywood Cerise #FF029A
RGB
CMYK
RGB Variations
Color information
#FF029A (or 0xFF029A) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 9A. RGB value is (255,2,154). Sum of RGB (Red+Green+Blue) = 255+2+154=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF029A is #00FD65. Grayscale: #5E5E5E. Windows color (decimal): -64870 or 10093311. OLE color: 10093311.
HSL color Cylindrical-coordinate representation of color #FF029A: hue angle of 323.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF029A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.40 | 0 |
| HSL | 323.95º | 1% | 0.5% | - |
| HSV(B) | 323.95º | 0.99% | 1% | - |
| XYZ | 47.09 | 23.64 | 32.65 | - |
| YUV | 94.98 | 161.32 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 154 | 0 | 0.99 | 0.40 | 0 | 323.95 | 1 | 0.5 |
| Hex | FF | 2 | 9A | 0 | 63 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 2 | 232 | 0 | 143 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 10 | 10011010 | 0 | 1100011 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF029A
Complementary color
Monochromatic Colors of #FF029A
Black with #FF029A
Text Example
Text Example
White with #FF029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF029A; }
p { color: rgb(255,2,154); }
H1.HeaderClassName
{
color: #FF029A;
}
.AnyTagClassName
{
color: #FF029A;
}
</style>
background-color css
<style>
a { background-color: #FF029A; }
a { background-color: rgb(255,2,154); }
div.DivClassName
{
background-color: #FF029A;
}
.BgClassName
{
background-color: #FF029A;
}
</style>
border-color css
<style>
span { border-color: #FF029A; }
span { border-color: rgb(255,2,154); }
td.TdClassName
{
border-color: #FF029A;
}
.TagClassName
{
border-color: #FF029A;
}
</style>