Shades of Hollywood Cerise #FB05A6
Tints of Hollywood Cerise #FB05A6
RGB
CMYK
RGB Variations
Color information
#FB05A6 (or 0xFB05A6) is known color: Hollywood Cerise. HEX triplet: FB, 05 and A6. RGB value is (251,5,166). Sum of RGB (Red+Green+Blue) = 251+5+166=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB05A6 is #04FA59. Grayscale: #606060. Windows color (decimal): -326234 or 10880507. OLE color: 10880507.
HSL color Cylindrical-coordinate representation of color #FB05A6: hue angle of 320.73º 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 #FB05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.02 |
| HSL | 320.73º | 0.97% | 0.5% | - |
| HSV(B) | 320.73º | 0.98% | 0.98% | - |
| XYZ | 46.72 | 23.37 | 38.12 | - |
| YUV | 96.91 | 167 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 166 | 0 | 0.98 | 0.34 | 0.02 | 320.73 | 0.97 | 0.5 |
| Hex | FB | 5 | A6 | 0 | 62 | 22 | 2 | 141 | 61 | 32 |
| Octal | 373 | 5 | 246 | 0 | 142 | 42 | 2 | 501 | 141 | 62 |
| Binary | 11111011 | 101 | 10100110 | 0 | 1100010 | 100010 | 10 | 101000001 | 1100001 | 110010 |
Color Harmonies of #FB05A6
Complementary color
Monochromatic Colors of #FB05A6
Black with #FB05A6
Text Example
Text Example
White with #FB05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05A6; }
p { color: rgb(251,5,166); }
H1.HeaderClassName
{
color: #FB05A6;
}
.AnyTagClassName
{
color: #FB05A6;
}
</style>
background-color css
<style>
a { background-color: #FB05A6; }
a { background-color: rgb(251,5,166); }
div.DivClassName
{
background-color: #FB05A6;
}
.BgClassName
{
background-color: #FB05A6;
}
</style>
border-color css
<style>
span { border-color: #FB05A6; }
span { border-color: rgb(251,5,166); }
td.TdClassName
{
border-color: #FB05A6;
}
.TagClassName
{
border-color: #FB05A6;
}
</style>