Shades of Hollywood Cerise #FF0DA4
Tints of Hollywood Cerise #FF0DA4
RGB
CMYK
RGB Variations
Color information
#FF0DA4 (or 0xFF0DA4) is known color: Hollywood Cerise. HEX triplet: FF, 0D and A4. RGB value is (255,13,164). Sum of RGB (Red+Green+Blue) = 255+13+164=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DA4 is #00F25B. Grayscale: #666666. Windows color (decimal): -62044 or 10751487. OLE color: 10751487.
HSL color Cylindrical-coordinate representation of color #FF0DA4: hue angle of 322.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DA4 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 164 | - |
| CMYK | 0 | 0.95 | 0.36 | 0 |
| HSL | 322.56º | 1% | 0.53% | - |
| HSV(B) | 322.56º | 0.95% | 1% | - |
| XYZ | 48.08 | 24.23 | 37.26 | - |
| YUV | 102.57 | 162.67 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 164 | 0 | 0.95 | 0.36 | 0 | 322.56 | 1 | 0.53 |
| Hex | FF | D | A4 | 0 | 5F | 24 | 0 | 143 | 64 | 35 |
| Octal | 377 | 15 | 244 | 0 | 137 | 44 | 0 | 503 | 144 | 65 |
| Binary | 11111111 | 1101 | 10100100 | 0 | 1011111 | 100100 | 0 | 101000011 | 1100100 | 110101 |
Color Harmonies of #FF0DA4
Complementary color
Monochromatic Colors of #FF0DA4
Black with #FF0DA4
Text Example
Text Example
White with #FF0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DA4; }
p { color: rgb(255,13,164); }
H1.HeaderClassName
{
color: #FF0DA4;
}
.AnyTagClassName
{
color: #FF0DA4;
}
</style>
background-color css
<style>
a { background-color: #FF0DA4; }
a { background-color: rgb(255,13,164); }
div.DivClassName
{
background-color: #FF0DA4;
}
.BgClassName
{
background-color: #FF0DA4;
}
</style>
border-color css
<style>
span { border-color: #FF0DA4; }
span { border-color: rgb(255,13,164); }
td.TdClassName
{
border-color: #FF0DA4;
}
.TagClassName
{
border-color: #FF0DA4;
}
</style>