Shades of Hollywood Cerise #FD00AB
Tints of Hollywood Cerise #FD00AB
RGB
CMYK
RGB Variations
Color information
#FD00AB (or 0xFD00AB) is known color: Hollywood Cerise. HEX triplet: FD, 00 and AB. RGB value is (253,0,171). Sum of RGB (Red+Green+Blue) = 253+0+171=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00AB is #02FF54. Grayscale: #5E5E5E. Windows color (decimal): -196437 or 11206909. OLE color: 11206909.
HSL color Cylindrical-coordinate representation of color #FD00AB: hue angle of 319.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00AB is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.32 | 0.01 |
| HSL | 319.45º | 1% | 0.5% | - |
| HSV(B) | 319.45º | 1% | 0.99% | - |
| XYZ | 47.86 | 23.82 | 40.6 | - |
| YUV | 95.14 | 170.82 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 171 | 0 | 1 | 0.32 | 0.01 | 319.45 | 1 | 0.5 |
| Hex | FD | 0 | AB | 0 | 64 | 20 | 1 | 13F | 64 | 32 |
| Octal | 375 | 0 | 253 | 0 | 144 | 40 | 1 | 477 | 144 | 62 |
| Binary | 11111101 | 0 | 10101011 | 0 | 1100100 | 100000 | 1 | 100111111 | 1100100 | 110010 |
Color Harmonies of #FD00AB
Complementary color
Monochromatic Colors of #FD00AB
Black with #FD00AB
Text Example
Text Example
White with #FD00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00AB; }
p { color: rgb(253,0,171); }
H1.HeaderClassName
{
color: #FD00AB;
}
.AnyTagClassName
{
color: #FD00AB;
}
</style>
background-color css
<style>
a { background-color: #FD00AB; }
a { background-color: rgb(253,0,171); }
div.DivClassName
{
background-color: #FD00AB;
}
.BgClassName
{
background-color: #FD00AB;
}
</style>
border-color css
<style>
span { border-color: #FD00AB; }
span { border-color: rgb(253,0,171); }
td.TdClassName
{
border-color: #FD00AB;
}
.TagClassName
{
border-color: #FD00AB;
}
</style>