Shades of Hollywood Cerise #FB0CA5
Tints of Hollywood Cerise #FB0CA5
RGB
CMYK
RGB Variations
Color information
#FB0CA5 (or 0xFB0CA5) is known color: Hollywood Cerise. HEX triplet: FB, 0C and A5. RGB value is (251,12,165). Sum of RGB (Red+Green+Blue) = 251+12+165=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0CA5 is #04F35A. Grayscale: #646464. Windows color (decimal): -324443 or 10816763. OLE color: 10816763.
HSL color Cylindrical-coordinate representation of color #FB0CA5: hue angle of 321.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 #FB0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.02 |
| HSL | 321.59º | 0.97% | 0.52% | - |
| HSV(B) | 321.59º | 0.95% | 0.98% | - |
| XYZ | 46.71 | 23.49 | 37.67 | - |
| YUV | 100.9 | 164.18 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 165 | 0 | 0.95 | 0.34 | 0.02 | 321.59 | 0.97 | 0.52 |
| Hex | FB | C | A5 | 0 | 5F | 22 | 2 | 142 | 61 | 34 |
| Octal | 373 | 14 | 245 | 0 | 137 | 42 | 2 | 502 | 141 | 64 |
| Binary | 11111011 | 1100 | 10100101 | 0 | 1011111 | 100010 | 10 | 101000010 | 1100001 | 110100 |
Color Harmonies of #FB0CA5
Complementary color
Monochromatic Colors of #FB0CA5
Black with #FB0CA5
Text Example
Text Example
White with #FB0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CA5; }
p { color: rgb(251,12,165); }
H1.HeaderClassName
{
color: #FB0CA5;
}
.AnyTagClassName
{
color: #FB0CA5;
}
</style>
background-color css
<style>
a { background-color: #FB0CA5; }
a { background-color: rgb(251,12,165); }
div.DivClassName
{
background-color: #FB0CA5;
}
.BgClassName
{
background-color: #FB0CA5;
}
</style>
border-color css
<style>
span { border-color: #FB0CA5; }
span { border-color: rgb(251,12,165); }
td.TdClassName
{
border-color: #FB0CA5;
}
.TagClassName
{
border-color: #FB0CA5;
}
</style>