Shades of Hollywood Cerise #FD019D
Tints of Hollywood Cerise #FD019D
RGB
CMYK
RGB Variations
Color information
#FD019D (or 0xFD019D) is known color: Hollywood Cerise. HEX triplet: FD, 01 and 9D. RGB value is (253,1,157). Sum of RGB (Red+Green+Blue) = 253+1+157=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD019D is #02FE62. Grayscale: #5D5D5D. Windows color (decimal): -196195 or 10289661. OLE color: 10289661.
HSL color Cylindrical-coordinate representation of color #FD019D: hue angle of 322.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD019D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.01 |
| HSL | 322.86º | 0.99% | 0.5% | - |
| HSV(B) | 322.86º | 1% | 0.99% | - |
| XYZ | 46.6 | 23.34 | 33.95 | - |
| YUV | 94.13 | 163.49 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 157 | 0 | 1.00 | 0.38 | 0.01 | 322.86 | 0.99 | 0.5 |
| Hex | FD | 1 | 9D | 0 | 64 | 26 | 1 | 143 | 63 | 32 |
| Octal | 375 | 1 | 235 | 0 | 144 | 46 | 1 | 503 | 143 | 62 |
| Binary | 11111101 | 1 | 10011101 | 0 | 1100100 | 100110 | 1 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FD019D
Complementary color
Monochromatic Colors of #FD019D
Black with #FD019D
Text Example
Text Example
White with #FD019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD019D; }
p { color: rgb(253,1,157); }
H1.HeaderClassName
{
color: #FD019D;
}
.AnyTagClassName
{
color: #FD019D;
}
</style>
background-color css
<style>
a { background-color: #FD019D; }
a { background-color: rgb(253,1,157); }
div.DivClassName
{
background-color: #FD019D;
}
.BgClassName
{
background-color: #FD019D;
}
</style>
border-color css
<style>
span { border-color: #FD019D; }
span { border-color: rgb(253,1,157); }
td.TdClassName
{
border-color: #FD019D;
}
.TagClassName
{
border-color: #FD019D;
}
</style>