Shades of Hollywood Cerise #FF02AD
Tints of Hollywood Cerise #FF02AD
RGB
CMYK
RGB Variations
Color information
#FF02AD (or 0xFF02AD) is known color: Hollywood Cerise. HEX triplet: FF, 02 and AD. RGB value is (255,2,173). Sum of RGB (Red+Green+Blue) = 255+2+173=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02AD is #00FD52. Grayscale: #606060. Windows color (decimal): -64851 or 11338495. OLE color: 11338495.
HSL color Cylindrical-coordinate representation of color #FF02AD: hue angle of 319.45º 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 #FF02AD is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.32 | 0 |
| HSL | 319.45º | 1% | 0.5% | - |
| HSV(B) | 319.45º | 0.99% | 1% | - |
| XYZ | 48.8 | 24.32 | 41.66 | - |
| YUV | 97.14 | 170.82 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 173 | 0 | 0.99 | 0.32 | 0 | 319.45 | 1 | 0.5 |
| Hex | FF | 2 | AD | 0 | 63 | 20 | 0 | 13F | 64 | 32 |
| Octal | 377 | 2 | 255 | 0 | 143 | 40 | 0 | 477 | 144 | 62 |
| Binary | 11111111 | 10 | 10101101 | 0 | 1100011 | 100000 | 0 | 100111111 | 1100100 | 110010 |
Color Harmonies of #FF02AD
Complementary color
Monochromatic Colors of #FF02AD
Black with #FF02AD
Text Example
Text Example
White with #FF02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02AD; }
p { color: rgb(255,2,173); }
H1.HeaderClassName
{
color: #FF02AD;
}
.AnyTagClassName
{
color: #FF02AD;
}
</style>
background-color css
<style>
a { background-color: #FF02AD; }
a { background-color: rgb(255,2,173); }
div.DivClassName
{
background-color: #FF02AD;
}
.BgClassName
{
background-color: #FF02AD;
}
</style>
border-color css
<style>
span { border-color: #FF02AD; }
span { border-color: rgb(255,2,173); }
td.TdClassName
{
border-color: #FF02AD;
}
.TagClassName
{
border-color: #FF02AD;
}
</style>