Shades of Hollywood Cerise #FF019F
Tints of Hollywood Cerise #FF019F
RGB
CMYK
RGB Variations
Color information
#FF019F (or 0xFF019F) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 9F. RGB value is (255,1,159). Sum of RGB (Red+Green+Blue) = 255+1+159=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF019F is #00FE60. Grayscale: #5E5E5E. Windows color (decimal): -65121 or 10420735. OLE color: 10420735.
HSL color Cylindrical-coordinate representation of color #FF019F: hue angle of 322.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF019F is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.38 | 0 |
| HSL | 322.68º | 1% | 0.5% | - |
| HSV(B) | 322.68º | 1% | 1% | - |
| XYZ | 47.51 | 23.78 | 34.89 | - |
| YUV | 94.96 | 164.15 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 159 | 0 | 1.00 | 0.38 | 0 | 322.68 | 1 | 0.5 |
| Hex | FF | 1 | 9F | 0 | 64 | 26 | 0 | 143 | 64 | 32 |
| Octal | 377 | 1 | 237 | 0 | 144 | 46 | 0 | 503 | 144 | 62 |
| Binary | 11111111 | 1 | 10011111 | 0 | 1100100 | 100110 | 0 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FF019F
Complementary color
Monochromatic Colors of #FF019F
Black with #FF019F
Text Example
Text Example
White with #FF019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF019F; }
p { color: rgb(255,1,159); }
H1.HeaderClassName
{
color: #FF019F;
}
.AnyTagClassName
{
color: #FF019F;
}
</style>
background-color css
<style>
a { background-color: #FF019F; }
a { background-color: rgb(255,1,159); }
div.DivClassName
{
background-color: #FF019F;
}
.BgClassName
{
background-color: #FF019F;
}
</style>
border-color css
<style>
span { border-color: #FF019F; }
span { border-color: rgb(255,1,159); }
td.TdClassName
{
border-color: #FF019F;
}
.TagClassName
{
border-color: #FF019F;
}
</style>