Shades of Hollywood Cerise #FB019D
Tints of Hollywood Cerise #FB019D
RGB
CMYK
RGB Variations
Color information
#FB019D (or 0xFB019D) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 9D. RGB value is (251,1,157). Sum of RGB (Red+Green+Blue) = 251+1+157=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB019D is #04FE62. Grayscale: #5D5D5D. Windows color (decimal): -327267 or 10289659. OLE color: 10289659.
HSL color Cylindrical-coordinate representation of color #FB019D: hue angle of 322.56º 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 #FB019D is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.02 |
| HSL | 322.56º | 0.99% | 0.49% | - |
| HSV(B) | 322.56º | 1% | 0.98% | - |
| XYZ | 45.88 | 22.97 | 33.91 | - |
| YUV | 93.53 | 163.83 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 157 | 0 | 1.00 | 0.37 | 0.02 | 322.56 | 0.99 | 0.49 |
| Hex | FB | 1 | 9D | 0 | 64 | 25 | 2 | 143 | 63 | 31 |
| Octal | 373 | 1 | 235 | 0 | 144 | 45 | 2 | 503 | 143 | 61 |
| Binary | 11111011 | 1 | 10011101 | 0 | 1100100 | 100101 | 10 | 101000011 | 1100011 | 110001 |
Color Harmonies of #FB019D
Complementary color
Monochromatic Colors of #FB019D
Black with #FB019D
Text Example
Text Example
White with #FB019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB019D; }
p { color: rgb(251,1,157); }
H1.HeaderClassName
{
color: #FB019D;
}
.AnyTagClassName
{
color: #FB019D;
}
</style>
background-color css
<style>
a { background-color: #FB019D; }
a { background-color: rgb(251,1,157); }
div.DivClassName
{
background-color: #FB019D;
}
.BgClassName
{
background-color: #FB019D;
}
</style>
border-color css
<style>
span { border-color: #FB019D; }
span { border-color: rgb(251,1,157); }
td.TdClassName
{
border-color: #FB019D;
}
.TagClassName
{
border-color: #FB019D;
}
</style>