Shades of Hollywood Cerise #FB05A2
Tints of Hollywood Cerise #FB05A2
RGB
CMYK
RGB Variations
Color information
#FB05A2 (or 0xFB05A2) is known color: Hollywood Cerise. HEX triplet: FB, 05 and A2. RGB value is (251,5,162). Sum of RGB (Red+Green+Blue) = 251+5+162=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB05A2 is #04FA5D. Grayscale: #606060. Windows color (decimal): -326238 or 10618363. OLE color: 10618363.
HSL color Cylindrical-coordinate representation of color #FB05A2: hue angle of 321.71º 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 #FB05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.02 |
| HSL | 321.71º | 0.97% | 0.5% | - |
| HSV(B) | 321.71º | 0.98% | 0.98% | - |
| XYZ | 46.36 | 23.23 | 36.22 | - |
| YUV | 96.45 | 165 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 162 | 0 | 0.98 | 0.35 | 0.02 | 321.71 | 0.97 | 0.5 |
| Hex | FB | 5 | A2 | 0 | 62 | 23 | 2 | 142 | 61 | 32 |
| Octal | 373 | 5 | 242 | 0 | 142 | 43 | 2 | 502 | 141 | 62 |
| Binary | 11111011 | 101 | 10100010 | 0 | 1100010 | 100011 | 10 | 101000010 | 1100001 | 110010 |
Color Harmonies of #FB05A2
Complementary color
Monochromatic Colors of #FB05A2
Black with #FB05A2
Text Example
Text Example
White with #FB05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05A2; }
p { color: rgb(251,5,162); }
H1.HeaderClassName
{
color: #FB05A2;
}
.AnyTagClassName
{
color: #FB05A2;
}
</style>
background-color css
<style>
a { background-color: #FB05A2; }
a { background-color: rgb(251,5,162); }
div.DivClassName
{
background-color: #FB05A2;
}
.BgClassName
{
background-color: #FB05A2;
}
</style>
border-color css
<style>
span { border-color: #FB05A2; }
span { border-color: rgb(251,5,162); }
td.TdClassName
{
border-color: #FB05A2;
}
.TagClassName
{
border-color: #FB05A2;
}
</style>