Shades of Hollywood Cerise #FB04A2
Tints of Hollywood Cerise #FB04A2
RGB
CMYK
RGB Variations
Color information
#FB04A2 (or 0xFB04A2) is known color: Hollywood Cerise. HEX triplet: FB, 04 and A2. RGB value is (251,4,162). Sum of RGB (Red+Green+Blue) = 251+4+162=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB04A2 is #04FB5D. Grayscale: #5F5F5F. Windows color (decimal): -326494 or 10618107. OLE color: 10618107.
HSL color Cylindrical-coordinate representation of color #FB04A2: hue angle of 321.62º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.02 |
| HSL | 321.62º | 0.97% | 0.5% | - |
| HSV(B) | 321.62º | 0.98% | 0.98% | - |
| XYZ | 46.35 | 23.2 | 36.22 | - |
| YUV | 95.87 | 165.33 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 162 | 0 | 0.98 | 0.35 | 0.02 | 321.62 | 0.97 | 0.5 |
| Hex | FB | 4 | A2 | 0 | 62 | 23 | 2 | 142 | 61 | 32 |
| Octal | 373 | 4 | 242 | 0 | 142 | 43 | 2 | 502 | 141 | 62 |
| Binary | 11111011 | 100 | 10100010 | 0 | 1100010 | 100011 | 10 | 101000010 | 1100001 | 110010 |
Color Harmonies of #FB04A2
Complementary color
Monochromatic Colors of #FB04A2
Black with #FB04A2
Text Example
Text Example
White with #FB04A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04A2; }
p { color: rgb(251,4,162); }
H1.HeaderClassName
{
color: #FB04A2;
}
.AnyTagClassName
{
color: #FB04A2;
}
</style>
background-color css
<style>
a { background-color: #FB04A2; }
a { background-color: rgb(251,4,162); }
div.DivClassName
{
background-color: #FB04A2;
}
.BgClassName
{
background-color: #FB04A2;
}
</style>
border-color css
<style>
span { border-color: #FB04A2; }
span { border-color: rgb(251,4,162); }
td.TdClassName
{
border-color: #FB04A2;
}
.TagClassName
{
border-color: #FB04A2;
}
</style>