Shades of Hollywood Cerise #FF019D
Tints of Hollywood Cerise #FF019D
RGB
CMYK
RGB Variations
Color information
#FF019D (or 0xFF019D) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 9D. RGB value is (255,1,157). Sum of RGB (Red+Green+Blue) = 255+1+157=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF019D is #00FE62. Grayscale: #5E5E5E. Windows color (decimal): -65123 or 10289663. OLE color: 10289663.
HSL color Cylindrical-coordinate representation of color #FF019D: hue angle of 323.15º 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 #FF019D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.38 | 0 |
| HSL | 323.15º | 1% | 0.5% | - |
| HSV(B) | 323.15º | 1% | 1% | - |
| XYZ | 47.34 | 23.72 | 33.98 | - |
| YUV | 94.73 | 163.15 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 157 | 0 | 1.00 | 0.38 | 0 | 323.15 | 1 | 0.5 |
| Hex | FF | 1 | 9D | 0 | 64 | 26 | 0 | 143 | 64 | 32 |
| Octal | 377 | 1 | 235 | 0 | 144 | 46 | 0 | 503 | 144 | 62 |
| Binary | 11111111 | 1 | 10011101 | 0 | 1100100 | 100110 | 0 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FF019D
Complementary color
Monochromatic Colors of #FF019D
Black with #FF019D
Text Example
Text Example
White with #FF019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF019D; }
p { color: rgb(255,1,157); }
H1.HeaderClassName
{
color: #FF019D;
}
.AnyTagClassName
{
color: #FF019D;
}
</style>
background-color css
<style>
a { background-color: #FF019D; }
a { background-color: rgb(255,1,157); }
div.DivClassName
{
background-color: #FF019D;
}
.BgClassName
{
background-color: #FF019D;
}
</style>
border-color css
<style>
span { border-color: #FF019D; }
span { border-color: rgb(255,1,157); }
td.TdClassName
{
border-color: #FF019D;
}
.TagClassName
{
border-color: #FF019D;
}
</style>