Shades of Hollywood Cerise #FF02A4
Tints of Hollywood Cerise #FF02A4
RGB
CMYK
RGB Variations
Color information
#FF02A4 (or 0xFF02A4) is known color: Hollywood Cerise. HEX triplet: FF, 02 and A4. RGB value is (255,2,164). Sum of RGB (Red+Green+Blue) = 255+2+164=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02A4 is #00FD5B. Grayscale: #5F5F5F. Windows color (decimal): -64860 or 10748671. OLE color: 10748671.
HSL color Cylindrical-coordinate representation of color #FF02A4: hue angle of 321.58º 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 #FF02A4 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.36 | 0 |
| HSL | 321.58º | 1% | 0.5% | - |
| HSV(B) | 321.58º | 0.99% | 1% | - |
| XYZ | 47.96 | 23.98 | 37.22 | - |
| YUV | 96.12 | 166.32 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 164 | 0 | 0.99 | 0.36 | 0 | 321.58 | 1 | 0.5 |
| Hex | FF | 2 | A4 | 0 | 63 | 24 | 0 | 142 | 64 | 32 |
| Octal | 377 | 2 | 244 | 0 | 143 | 44 | 0 | 502 | 144 | 62 |
| Binary | 11111111 | 10 | 10100100 | 0 | 1100011 | 100100 | 0 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FF02A4
Complementary color
Monochromatic Colors of #FF02A4
Black with #FF02A4
Text Example
Text Example
White with #FF02A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02A4; }
p { color: rgb(255,2,164); }
H1.HeaderClassName
{
color: #FF02A4;
}
.AnyTagClassName
{
color: #FF02A4;
}
</style>
background-color css
<style>
a { background-color: #FF02A4; }
a { background-color: rgb(255,2,164); }
div.DivClassName
{
background-color: #FF02A4;
}
.BgClassName
{
background-color: #FF02A4;
}
</style>
border-color css
<style>
span { border-color: #FF02A4; }
span { border-color: rgb(255,2,164); }
td.TdClassName
{
border-color: #FF02A4;
}
.TagClassName
{
border-color: #FF02A4;
}
</style>