Shades of Hollywood Cerise #FB0CA9
Tints of Hollywood Cerise #FB0CA9
RGB
CMYK
RGB Variations
Color information
#FB0CA9 (or 0xFB0CA9) is known color: Hollywood Cerise. HEX triplet: FB, 0C and A9. RGB value is (251,12,169). Sum of RGB (Red+Green+Blue) = 251+12+169=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0CA9 is #04F356. Grayscale: #646464. Windows color (decimal): -324439 or 11078907. OLE color: 11078907.
HSL color Cylindrical-coordinate representation of color #FB0CA9: hue angle of 320.59º 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 #FB0CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 169 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.02 |
| HSL | 320.59º | 0.97% | 0.52% | - |
| HSV(B) | 320.59º | 0.95% | 0.98% | - |
| XYZ | 47.08 | 23.64 | 39.62 | - |
| YUV | 101.36 | 166.18 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 169 | 0 | 0.95 | 0.33 | 0.02 | 320.59 | 0.97 | 0.52 |
| Hex | FB | C | A9 | 0 | 5F | 21 | 2 | 141 | 61 | 34 |
| Octal | 373 | 14 | 251 | 0 | 137 | 41 | 2 | 501 | 141 | 64 |
| Binary | 11111011 | 1100 | 10101001 | 0 | 1011111 | 100001 | 10 | 101000001 | 1100001 | 110100 |
Color Harmonies of #FB0CA9
Complementary color
Monochromatic Colors of #FB0CA9
Black with #FB0CA9
Text Example
Text Example
White with #FB0CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CA9; }
p { color: rgb(251,12,169); }
H1.HeaderClassName
{
color: #FB0CA9;
}
.AnyTagClassName
{
color: #FB0CA9;
}
</style>
background-color css
<style>
a { background-color: #FB0CA9; }
a { background-color: rgb(251,12,169); }
div.DivClassName
{
background-color: #FB0CA9;
}
.BgClassName
{
background-color: #FB0CA9;
}
</style>
border-color css
<style>
span { border-color: #FB0CA9; }
span { border-color: rgb(251,12,169); }
td.TdClassName
{
border-color: #FB0CA9;
}
.TagClassName
{
border-color: #FB0CA9;
}
</style>