Shades of Hollywood Cerise #FB00A2
Tints of Hollywood Cerise #FB00A2
RGB
CMYK
RGB Variations
Color information
#FB00A2 (or 0xFB00A2) is known color: Hollywood Cerise. HEX triplet: FB, 00 and A2. RGB value is (251,0,162). Sum of RGB (Red+Green+Blue) = 251+0+162=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB00A2 is #04FF5D. Grayscale: #5D5D5D. Windows color (decimal): -327518 or 10617083. OLE color: 10617083.
HSL color Cylindrical-coordinate representation of color #FB00A2: hue angle of 321.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00A2 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.35 | 0.02 |
| HSL | 321.27º | 1% | 0.49% | - |
| HSV(B) | 321.27º | 1% | 0.98% | - |
| XYZ | 46.31 | 23.12 | 36.2 | - |
| YUV | 93.52 | 166.66 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 162 | 0 | 1 | 0.35 | 0.02 | 321.27 | 1 | 0.49 |
| Hex | FB | 0 | A2 | 0 | 64 | 23 | 2 | 141 | 64 | 31 |
| Octal | 373 | 0 | 242 | 0 | 144 | 43 | 2 | 501 | 144 | 61 |
| Binary | 11111011 | 0 | 10100010 | 0 | 1100100 | 100011 | 10 | 101000001 | 1100100 | 110001 |
Color Harmonies of #FB00A2
Complementary color
Monochromatic Colors of #FB00A2
Black with #FB00A2
Text Example
Text Example
White with #FB00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00A2; }
p { color: rgb(251,0,162); }
H1.HeaderClassName
{
color: #FB00A2;
}
.AnyTagClassName
{
color: #FB00A2;
}
</style>
background-color css
<style>
a { background-color: #FB00A2; }
a { background-color: rgb(251,0,162); }
div.DivClassName
{
background-color: #FB00A2;
}
.BgClassName
{
background-color: #FB00A2;
}
</style>
border-color css
<style>
span { border-color: #FB00A2; }
span { border-color: rgb(251,0,162); }
td.TdClassName
{
border-color: #FB00A2;
}
.TagClassName
{
border-color: #FB00A2;
}
</style>