Shades of Hollywood Cerise #FB0DA0
Tints of Hollywood Cerise #FB0DA0
RGB
CMYK
RGB Variations
Color information
#FB0DA0 (or 0xFB0DA0) is known color: Hollywood Cerise. HEX triplet: FB, 0D and A0. RGB value is (251,13,160). Sum of RGB (Red+Green+Blue) = 251+13+160=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DA0 is #04F25F. Grayscale: #646464. Windows color (decimal): -324192 or 10489339. OLE color: 10489339.
HSL color Cylindrical-coordinate representation of color #FB0DA0: hue angle of 322.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DA0 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 160 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.02 |
| HSL | 322.94º | 0.97% | 0.52% | - |
| HSV(B) | 322.94º | 0.95% | 0.98% | - |
| XYZ | 46.27 | 23.34 | 35.32 | - |
| YUV | 100.92 | 161.35 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 160 | 0 | 0.95 | 0.36 | 0.02 | 322.94 | 0.97 | 0.52 |
| Hex | FB | D | A0 | 0 | 5F | 24 | 2 | 143 | 61 | 34 |
| Octal | 373 | 15 | 240 | 0 | 137 | 44 | 2 | 503 | 141 | 64 |
| Binary | 11111011 | 1101 | 10100000 | 0 | 1011111 | 100100 | 10 | 101000011 | 1100001 | 110100 |
Color Harmonies of #FB0DA0
Complementary color
Monochromatic Colors of #FB0DA0
Black with #FB0DA0
Text Example
Text Example
White with #FB0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DA0; }
p { color: rgb(251,13,160); }
H1.HeaderClassName
{
color: #FB0DA0;
}
.AnyTagClassName
{
color: #FB0DA0;
}
</style>
background-color css
<style>
a { background-color: #FB0DA0; }
a { background-color: rgb(251,13,160); }
div.DivClassName
{
background-color: #FB0DA0;
}
.BgClassName
{
background-color: #FB0DA0;
}
</style>
border-color css
<style>
span { border-color: #FB0DA0; }
span { border-color: rgb(251,13,160); }
td.TdClassName
{
border-color: #FB0DA0;
}
.TagClassName
{
border-color: #FB0DA0;
}
</style>