Shades of Hollywood Cerise #FB0FA3
Tints of Hollywood Cerise #FB0FA3
RGB
CMYK
RGB Variations
Color information
#FB0FA3 (or 0xFB0FA3) is known color: Hollywood Cerise. HEX triplet: FB, 0F and A3. RGB value is (251,15,163). Sum of RGB (Red+Green+Blue) = 251+15+163=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FA3 is #04F05C. Grayscale: #666666. Windows color (decimal): -323677 or 10686459. OLE color: 10686459.
HSL color Cylindrical-coordinate representation of color #FB0FA3: hue angle of 322.37º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FA3 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 163 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.02 |
| HSL | 322.37º | 0.97% | 0.52% | - |
| HSV(B) | 322.37º | 0.94% | 0.98% | - |
| XYZ | 46.57 | 23.5 | 36.73 | - |
| YUV | 102.44 | 162.19 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 163 | 0 | 0.94 | 0.35 | 0.02 | 322.37 | 0.97 | 0.52 |
| Hex | FB | F | A3 | 0 | 5E | 23 | 2 | 142 | 61 | 34 |
| Octal | 373 | 17 | 243 | 0 | 136 | 43 | 2 | 502 | 141 | 64 |
| Binary | 11111011 | 1111 | 10100011 | 0 | 1011110 | 100011 | 10 | 101000010 | 1100001 | 110100 |
Color Harmonies of #FB0FA3
Complementary color
Monochromatic Colors of #FB0FA3
Black with #FB0FA3
Text Example
Text Example
White with #FB0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FA3; }
p { color: rgb(251,15,163); }
H1.HeaderClassName
{
color: #FB0FA3;
}
.AnyTagClassName
{
color: #FB0FA3;
}
</style>
background-color css
<style>
a { background-color: #FB0FA3; }
a { background-color: rgb(251,15,163); }
div.DivClassName
{
background-color: #FB0FA3;
}
.BgClassName
{
background-color: #FB0FA3;
}
</style>
border-color css
<style>
span { border-color: #FB0FA3; }
span { border-color: rgb(251,15,163); }
td.TdClassName
{
border-color: #FB0FA3;
}
.TagClassName
{
border-color: #FB0FA3;
}
</style>