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