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