Shades of Hollywood Cerise #FF02A5
Tints of Hollywood Cerise #FF02A5
RGB
CMYK
RGB Variations
Color information
#FF02A5 (or 0xFF02A5) is known color: Hollywood Cerise. HEX triplet: FF, 02 and A5. RGB value is (255,2,165). Sum of RGB (Red+Green+Blue) = 255+2+165=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02A5 is #00FD5A. Grayscale: #5F5F5F. Windows color (decimal): -64859 or 10814207. OLE color: 10814207.
HSL color Cylindrical-coordinate representation of color #FF02A5: hue angle of 321.34º 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 #FF02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.35 | 0 |
| HSL | 321.34º | 1% | 0.5% | - |
| HSV(B) | 321.34º | 0.99% | 1% | - |
| XYZ | 48.05 | 24.02 | 37.7 | - |
| YUV | 96.23 | 166.82 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 165 | 0 | 0.99 | 0.35 | 0 | 321.34 | 1 | 0.5 |
| Hex | FF | 2 | A5 | 0 | 63 | 23 | 0 | 141 | 64 | 32 |
| Octal | 377 | 2 | 245 | 0 | 143 | 43 | 0 | 501 | 144 | 62 |
| Binary | 11111111 | 10 | 10100101 | 0 | 1100011 | 100011 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FF02A5
Complementary color
Monochromatic Colors of #FF02A5
Black with #FF02A5
Text Example
Text Example
White with #FF02A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02A5; }
p { color: rgb(255,2,165); }
H1.HeaderClassName
{
color: #FF02A5;
}
.AnyTagClassName
{
color: #FF02A5;
}
</style>
background-color css
<style>
a { background-color: #FF02A5; }
a { background-color: rgb(255,2,165); }
div.DivClassName
{
background-color: #FF02A5;
}
.BgClassName
{
background-color: #FF02A5;
}
</style>
border-color css
<style>
span { border-color: #FF02A5; }
span { border-color: rgb(255,2,165); }
td.TdClassName
{
border-color: #FF02A5;
}
.TagClassName
{
border-color: #FF02A5;
}
</style>