Shades of Hollywood Cerise #FB03A8
Tints of Hollywood Cerise #FB03A8
RGB
CMYK
RGB Variations
Color information
#FB03A8 (or 0xFB03A8) is known color: Hollywood Cerise. HEX triplet: FB, 03 and A8. RGB value is (251,3,168). Sum of RGB (Red+Green+Blue) = 251+3+168=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB03A8 is #04FC57. Grayscale: #5F5F5F. Windows color (decimal): -326744 or 11011067. OLE color: 11011067.
HSL color Cylindrical-coordinate representation of color #FB03A8: hue angle of 320.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.02 |
| HSL | 320.08º | 0.98% | 0.5% | - |
| HSV(B) | 320.08º | 0.99% | 0.98% | - |
| XYZ | 46.88 | 23.4 | 39.09 | - |
| YUV | 95.96 | 168.66 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 168 | 0 | 0.99 | 0.33 | 0.02 | 320.08 | 0.98 | 0.5 |
| Hex | FB | 3 | A8 | 0 | 63 | 21 | 2 | 140 | 62 | 32 |
| Octal | 373 | 3 | 250 | 0 | 143 | 41 | 2 | 500 | 142 | 62 |
| Binary | 11111011 | 11 | 10101000 | 0 | 1100011 | 100001 | 10 | 101000000 | 1100010 | 110010 |
Color Harmonies of #FB03A8
Complementary color
Monochromatic Colors of #FB03A8
Black with #FB03A8
Text Example
Text Example
White with #FB03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03A8; }
p { color: rgb(251,3,168); }
H1.HeaderClassName
{
color: #FB03A8;
}
.AnyTagClassName
{
color: #FB03A8;
}
</style>
background-color css
<style>
a { background-color: #FB03A8; }
a { background-color: rgb(251,3,168); }
div.DivClassName
{
background-color: #FB03A8;
}
.BgClassName
{
background-color: #FB03A8;
}
</style>
border-color css
<style>
span { border-color: #FB03A8; }
span { border-color: rgb(251,3,168); }
td.TdClassName
{
border-color: #FB03A8;
}
.TagClassName
{
border-color: #FB03A8;
}
</style>