Shades of Hollywood Cerise #FB03AC
Tints of Hollywood Cerise #FB03AC
RGB
CMYK
RGB Variations
Color information
#FB03AC (or 0xFB03AC) is known color: Hollywood Cerise. HEX triplet: FB, 03 and AC. RGB value is (251,3,172). Sum of RGB (Red+Green+Blue) = 251+3+172=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB03AC is #04FC53. Grayscale: #5F5F5F. Windows color (decimal): -326740 or 11273211. OLE color: 11273211.
HSL color Cylindrical-coordinate representation of color #FB03AC: hue angle of 319.11º 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 #FB03AC is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.02 |
| HSL | 319.11º | 0.98% | 0.5% | - |
| HSV(B) | 319.11º | 0.99% | 0.98% | - |
| XYZ | 47.26 | 23.55 | 41.08 | - |
| YUV | 96.42 | 170.66 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 172 | 0 | 0.99 | 0.31 | 0.02 | 319.11 | 0.98 | 0.5 |
| Hex | FB | 3 | AC | 0 | 63 | 1F | 2 | 13F | 62 | 32 |
| Octal | 373 | 3 | 254 | 0 | 143 | 37 | 2 | 477 | 142 | 62 |
| Binary | 11111011 | 11 | 10101100 | 0 | 1100011 | 11111 | 10 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FB03AC
Complementary color
Monochromatic Colors of #FB03AC
Black with #FB03AC
Text Example
Text Example
White with #FB03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03AC; }
p { color: rgb(251,3,172); }
H1.HeaderClassName
{
color: #FB03AC;
}
.AnyTagClassName
{
color: #FB03AC;
}
</style>
background-color css
<style>
a { background-color: #FB03AC; }
a { background-color: rgb(251,3,172); }
div.DivClassName
{
background-color: #FB03AC;
}
.BgClassName
{
background-color: #FB03AC;
}
</style>
border-color css
<style>
span { border-color: #FB03AC; }
span { border-color: rgb(251,3,172); }
td.TdClassName
{
border-color: #FB03AC;
}
.TagClassName
{
border-color: #FB03AC;
}
</style>