Shades of Hollywood Cerise #FB019F
Tints of Hollywood Cerise #FB019F
RGB
CMYK
RGB Variations
Color information
#FB019F (or 0xFB019F) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 9F. RGB value is (251,1,159). Sum of RGB (Red+Green+Blue) = 251+1+159=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB019F is #04FE60. Grayscale: #5D5D5D. Windows color (decimal): -327265 or 10420731. OLE color: 10420731.
HSL color Cylindrical-coordinate representation of color #FB019F: hue angle of 322.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB019F is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.02 |
| HSL | 322.08º | 0.99% | 0.49% | - |
| HSV(B) | 322.08º | 1% | 0.98% | - |
| XYZ | 46.05 | 23.03 | 34.82 | - |
| YUV | 93.76 | 164.83 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 159 | 0 | 1.00 | 0.37 | 0.02 | 322.08 | 0.99 | 0.49 |
| Hex | FB | 1 | 9F | 0 | 64 | 25 | 2 | 142 | 63 | 31 |
| Octal | 373 | 1 | 237 | 0 | 144 | 45 | 2 | 502 | 143 | 61 |
| Binary | 11111011 | 1 | 10011111 | 0 | 1100100 | 100101 | 10 | 101000010 | 1100011 | 110001 |
Color Harmonies of #FB019F
Complementary color
Monochromatic Colors of #FB019F
Black with #FB019F
Text Example
Text Example
White with #FB019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB019F; }
p { color: rgb(251,1,159); }
H1.HeaderClassName
{
color: #FB019F;
}
.AnyTagClassName
{
color: #FB019F;
}
</style>
background-color css
<style>
a { background-color: #FB019F; }
a { background-color: rgb(251,1,159); }
div.DivClassName
{
background-color: #FB019F;
}
.BgClassName
{
background-color: #FB019F;
}
</style>
border-color css
<style>
span { border-color: #FB019F; }
span { border-color: rgb(251,1,159); }
td.TdClassName
{
border-color: #FB019F;
}
.TagClassName
{
border-color: #FB019F;
}
</style>