Shades of Hollywood Cerise #FB009D
Tints of Hollywood Cerise #FB009D
RGB
CMYK
RGB Variations
Color information
#FB009D (or 0xFB009D) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 9D. RGB value is (251,0,157). Sum of RGB (Red+Green+Blue) = 251+0+157=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB009D is #04FF62. Grayscale: #5C5C5C. Windows color (decimal): -327523 or 10289403. OLE color: 10289403.
HSL color Cylindrical-coordinate representation of color #FB009D: hue angle of 322.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB009D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.37 | 0.02 |
| HSL | 322.47º | 1% | 0.49% | - |
| HSV(B) | 322.47º | 1% | 0.98% | - |
| XYZ | 45.87 | 22.94 | 33.91 | - |
| YUV | 92.95 | 164.16 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 157 | 0 | 1 | 0.37 | 0.02 | 322.47 | 1 | 0.49 |
| Hex | FB | 0 | 9D | 0 | 64 | 25 | 2 | 142 | 64 | 31 |
| Octal | 373 | 0 | 235 | 0 | 144 | 45 | 2 | 502 | 144 | 61 |
| Binary | 11111011 | 0 | 10011101 | 0 | 1100100 | 100101 | 10 | 101000010 | 1100100 | 110001 |
Color Harmonies of #FB009D
Complementary color
Monochromatic Colors of #FB009D
Black with #FB009D
Text Example
Text Example
White with #FB009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB009D; }
p { color: rgb(251,0,157); }
H1.HeaderClassName
{
color: #FB009D;
}
.AnyTagClassName
{
color: #FB009D;
}
</style>
background-color css
<style>
a { background-color: #FB009D; }
a { background-color: rgb(251,0,157); }
div.DivClassName
{
background-color: #FB009D;
}
.BgClassName
{
background-color: #FB009D;
}
</style>
border-color css
<style>
span { border-color: #FB009D; }
span { border-color: rgb(251,0,157); }
td.TdClassName
{
border-color: #FB009D;
}
.TagClassName
{
border-color: #FB009D;
}
</style>