Shades of Hollywood Cerise #FD0194
Tints of Hollywood Cerise #FD0194
RGB
CMYK
RGB Variations
Color information
#FD0194 (or 0xFD0194) is known color: Hollywood Cerise. HEX triplet: FD, 01 and 94. RGB value is (253,1,148). Sum of RGB (Red+Green+Blue) = 253+1+148=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0194 is #02FE6B. Grayscale: #5C5C5C. Windows color (decimal): -196204 or 9699837. OLE color: 9699837.
HSL color Cylindrical-coordinate representation of color #FD0194: hue angle of 325º 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 #FD0194 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 148 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.01 |
| HSL | 325º | 0.99% | 0.5% | - |
| HSV(B) | 325º | 1% | 0.99% | - |
| XYZ | 45.86 | 23.04 | 30.05 | - |
| YUV | 93.11 | 158.99 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 148 | 0 | 1.00 | 0.42 | 0.01 | 325 | 0.99 | 0.5 |
| Hex | FD | 1 | 94 | 0 | 64 | 2A | 1 | 145 | 63 | 32 |
| Octal | 375 | 1 | 224 | 0 | 144 | 52 | 1 | 505 | 143 | 62 |
| Binary | 11111101 | 1 | 10010100 | 0 | 1100100 | 101010 | 1 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FD0194
Complementary color
Monochromatic Colors of #FD0194
Black with #FD0194
Text Example
Text Example
White with #FD0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0194; }
p { color: rgb(253,1,148); }
H1.HeaderClassName
{
color: #FD0194;
}
.AnyTagClassName
{
color: #FD0194;
}
</style>
background-color css
<style>
a { background-color: #FD0194; }
a { background-color: rgb(253,1,148); }
div.DivClassName
{
background-color: #FD0194;
}
.BgClassName
{
background-color: #FD0194;
}
</style>
border-color css
<style>
span { border-color: #FD0194; }
span { border-color: rgb(253,1,148); }
td.TdClassName
{
border-color: #FD0194;
}
.TagClassName
{
border-color: #FD0194;
}
</style>