Shades of Hollywood Cerise #FB01AF
Tints of Hollywood Cerise #FB01AF
RGB
CMYK
RGB Variations
Color information
#FB01AF (or 0xFB01AF) is known color: Hollywood Cerise. HEX triplet: FB, 01 and AF. RGB value is (251,1,175). Sum of RGB (Red+Green+Blue) = 251+1+175=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB01AF is #04FE50. Grayscale: #5F5F5F. Windows color (decimal): -327249 or 11469307. OLE color: 11469307.
HSL color Cylindrical-coordinate representation of color #FB01AF: hue angle of 318.24º 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 #FB01AF is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.02 |
| HSL | 318.24º | 0.99% | 0.49% | - |
| HSV(B) | 318.24º | 1% | 0.98% | - |
| XYZ | 47.53 | 23.63 | 42.61 | - |
| YUV | 95.59 | 172.83 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 175 | 0 | 1.00 | 0.30 | 0.02 | 318.24 | 0.99 | 0.49 |
| Hex | FB | 1 | AF | 0 | 64 | 1E | 2 | 13E | 63 | 31 |
| Octal | 373 | 1 | 257 | 0 | 144 | 36 | 2 | 476 | 143 | 61 |
| Binary | 11111011 | 1 | 10101111 | 0 | 1100100 | 11110 | 10 | 100111110 | 1100011 | 110001 |
Color Harmonies of #FB01AF
Complementary color
Monochromatic Colors of #FB01AF
Black with #FB01AF
Text Example
Text Example
White with #FB01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01AF; }
p { color: rgb(251,1,175); }
H1.HeaderClassName
{
color: #FB01AF;
}
.AnyTagClassName
{
color: #FB01AF;
}
</style>
background-color css
<style>
a { background-color: #FB01AF; }
a { background-color: rgb(251,1,175); }
div.DivClassName
{
background-color: #FB01AF;
}
.BgClassName
{
background-color: #FB01AF;
}
</style>
border-color css
<style>
span { border-color: #FB01AF; }
span { border-color: rgb(251,1,175); }
td.TdClassName
{
border-color: #FB01AF;
}
.TagClassName
{
border-color: #FB01AF;
}
</style>