Shades of Hollywood Cerise #FB0CA0
Tints of Hollywood Cerise #FB0CA0
RGB
CMYK
RGB Variations
Color information
#FB0CA0 (or 0xFB0CA0) is known color: Hollywood Cerise. HEX triplet: FB, 0C and A0. RGB value is (251,12,160). Sum of RGB (Red+Green+Blue) = 251+12+160=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0CA0 is #04F35F. Grayscale: #636363. Windows color (decimal): -324448 or 10489083. OLE color: 10489083.
HSL color Cylindrical-coordinate representation of color #FB0CA0: hue angle of 322.85º 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 #FB0CA0 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 160 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.02 |
| HSL | 322.85º | 0.97% | 0.52% | - |
| HSV(B) | 322.85º | 0.95% | 0.98% | - |
| XYZ | 46.26 | 23.31 | 35.32 | - |
| YUV | 100.33 | 161.68 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 160 | 0 | 0.95 | 0.36 | 0.02 | 322.85 | 0.97 | 0.52 |
| Hex | FB | C | A0 | 0 | 5F | 24 | 2 | 143 | 61 | 34 |
| Octal | 373 | 14 | 240 | 0 | 137 | 44 | 2 | 503 | 141 | 64 |
| Binary | 11111011 | 1100 | 10100000 | 0 | 1011111 | 100100 | 10 | 101000011 | 1100001 | 110100 |
Color Harmonies of #FB0CA0
Complementary color
Monochromatic Colors of #FB0CA0
Black with #FB0CA0
Text Example
Text Example
White with #FB0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CA0; }
p { color: rgb(251,12,160); }
H1.HeaderClassName
{
color: #FB0CA0;
}
.AnyTagClassName
{
color: #FB0CA0;
}
</style>
background-color css
<style>
a { background-color: #FB0CA0; }
a { background-color: rgb(251,12,160); }
div.DivClassName
{
background-color: #FB0CA0;
}
.BgClassName
{
background-color: #FB0CA0;
}
</style>
border-color css
<style>
span { border-color: #FB0CA0; }
span { border-color: rgb(251,12,160); }
td.TdClassName
{
border-color: #FB0CA0;
}
.TagClassName
{
border-color: #FB0CA0;
}
</style>