Shades of Hollywood Cerise #FB0DA2
Tints of Hollywood Cerise #FB0DA2
RGB
CMYK
RGB Variations
Color information
#FB0DA2 (or 0xFB0DA2) is known color: Hollywood Cerise. HEX triplet: FB, 0D and A2. RGB value is (251,13,162). Sum of RGB (Red+Green+Blue) = 251+13+162=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DA2 is #04F25D. Grayscale: #646464. Windows color (decimal): -324190 or 10620411. OLE color: 10620411.
HSL color Cylindrical-coordinate representation of color #FB0DA2: hue angle of 322.44º 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 #FB0DA2 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 162 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.02 |
| HSL | 322.44º | 0.97% | 0.52% | - |
| HSV(B) | 322.44º | 0.95% | 0.98% | - |
| XYZ | 46.45 | 23.41 | 36.25 | - |
| YUV | 101.15 | 162.35 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 162 | 0 | 0.95 | 0.35 | 0.02 | 322.44 | 0.97 | 0.52 |
| Hex | FB | D | A2 | 0 | 5F | 23 | 2 | 142 | 61 | 34 |
| Octal | 373 | 15 | 242 | 0 | 137 | 43 | 2 | 502 | 141 | 64 |
| Binary | 11111011 | 1101 | 10100010 | 0 | 1011111 | 100011 | 10 | 101000010 | 1100001 | 110100 |
Color Harmonies of #FB0DA2
Complementary color
Monochromatic Colors of #FB0DA2
Black with #FB0DA2
Text Example
Text Example
White with #FB0DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DA2; }
p { color: rgb(251,13,162); }
H1.HeaderClassName
{
color: #FB0DA2;
}
.AnyTagClassName
{
color: #FB0DA2;
}
</style>
background-color css
<style>
a { background-color: #FB0DA2; }
a { background-color: rgb(251,13,162); }
div.DivClassName
{
background-color: #FB0DA2;
}
.BgClassName
{
background-color: #FB0DA2;
}
</style>
border-color css
<style>
span { border-color: #FB0DA2; }
span { border-color: rgb(251,13,162); }
td.TdClassName
{
border-color: #FB0DA2;
}
.TagClassName
{
border-color: #FB0DA2;
}
</style>