Shades of Hollywood Cerise #FF0DA3
Tints of Hollywood Cerise #FF0DA3
RGB
CMYK
RGB Variations
Color information
#FF0DA3 (or 0xFF0DA3) is known color: Hollywood Cerise. HEX triplet: FF, 0D and A3. RGB value is (255,13,163). Sum of RGB (Red+Green+Blue) = 255+13+163=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DA3 is #00F25C. Grayscale: #666666. Windows color (decimal): -62045 or 10685951. OLE color: 10685951.
HSL color Cylindrical-coordinate representation of color #FF0DA3: hue angle of 322.81º 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 #FF0DA3 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 163 | - |
| CMYK | 0 | 0.95 | 0.36 | 0 |
| HSL | 322.81º | 1% | 0.53% | - |
| HSV(B) | 322.81º | 0.95% | 1% | - |
| XYZ | 47.99 | 24.19 | 36.79 | - |
| YUV | 102.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 163 | 0 | 0.95 | 0.36 | 0 | 322.81 | 1 | 0.53 |
| Hex | FF | D | A3 | 0 | 5F | 24 | 0 | 143 | 64 | 35 |
| Octal | 377 | 15 | 243 | 0 | 137 | 44 | 0 | 503 | 144 | 65 |
| Binary | 11111111 | 1101 | 10100011 | 0 | 1011111 | 100100 | 0 | 101000011 | 1100100 | 110101 |
Color Harmonies of #FF0DA3
Complementary color
Monochromatic Colors of #FF0DA3
Black with #FF0DA3
Text Example
Text Example
White with #FF0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DA3; }
p { color: rgb(255,13,163); }
H1.HeaderClassName
{
color: #FF0DA3;
}
.AnyTagClassName
{
color: #FF0DA3;
}
</style>
background-color css
<style>
a { background-color: #FF0DA3; }
a { background-color: rgb(255,13,163); }
div.DivClassName
{
background-color: #FF0DA3;
}
.BgClassName
{
background-color: #FF0DA3;
}
</style>
border-color css
<style>
span { border-color: #FF0DA3; }
span { border-color: rgb(255,13,163); }
td.TdClassName
{
border-color: #FF0DA3;
}
.TagClassName
{
border-color: #FF0DA3;
}
</style>