Shades of Hollywood Cerise #FD019B
Tints of Hollywood Cerise #FD019B
RGB
CMYK
RGB Variations
Color information
#FD019B (or 0xFD019B) is known color: Hollywood Cerise. HEX triplet: FD, 01 and 9B. RGB value is (253,1,155). Sum of RGB (Red+Green+Blue) = 253+1+155=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD019B is #02FE64. Grayscale: #5D5D5D. Windows color (decimal): -196197 or 10158589. OLE color: 10158589.
HSL color Cylindrical-coordinate representation of color #FD019B: hue angle of 323.33º 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 #FD019B is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.01 |
| HSL | 323.33º | 0.99% | 0.5% | - |
| HSV(B) | 323.33º | 1% | 0.99% | - |
| XYZ | 46.44 | 23.27 | 33.05 | - |
| YUV | 93.9 | 162.49 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 155 | 0 | 1.00 | 0.39 | 0.01 | 323.33 | 0.99 | 0.5 |
| Hex | FD | 1 | 9B | 0 | 64 | 27 | 1 | 143 | 63 | 32 |
| Octal | 375 | 1 | 233 | 0 | 144 | 47 | 1 | 503 | 143 | 62 |
| Binary | 11111101 | 1 | 10011011 | 0 | 1100100 | 100111 | 1 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FD019B
Complementary color
Monochromatic Colors of #FD019B
Black with #FD019B
Text Example
Text Example
White with #FD019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD019B; }
p { color: rgb(253,1,155); }
H1.HeaderClassName
{
color: #FD019B;
}
.AnyTagClassName
{
color: #FD019B;
}
</style>
background-color css
<style>
a { background-color: #FD019B; }
a { background-color: rgb(253,1,155); }
div.DivClassName
{
background-color: #FD019B;
}
.BgClassName
{
background-color: #FD019B;
}
</style>
border-color css
<style>
span { border-color: #FD019B; }
span { border-color: rgb(253,1,155); }
td.TdClassName
{
border-color: #FD019B;
}
.TagClassName
{
border-color: #FD019B;
}
</style>