Shades of Hollywood Cerise #FD0193
Tints of Hollywood Cerise #FD0193
RGB
CMYK
RGB Variations
Color information
#FD0193 (or 0xFD0193) is known color: Hollywood Cerise. HEX triplet: FD, 01 and 93. RGB value is (253,1,147). Sum of RGB (Red+Green+Blue) = 253+1+147=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0193 is #02FE6C. Grayscale: #5C5C5C. Windows color (decimal): -196205 or 9634301. OLE color: 9634301.
HSL color Cylindrical-coordinate representation of color #FD0193: hue angle of 325.24º 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 #FD0193 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.01 |
| HSL | 325.24º | 0.99% | 0.5% | - |
| HSV(B) | 325.24º | 1% | 0.99% | - |
| XYZ | 45.79 | 23.01 | 29.63 | - |
| YUV | 92.99 | 158.49 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 147 | 0 | 1.00 | 0.42 | 0.01 | 325.24 | 0.99 | 0.5 |
| Hex | FD | 1 | 93 | 0 | 64 | 2A | 1 | 145 | 63 | 32 |
| Octal | 375 | 1 | 223 | 0 | 144 | 52 | 1 | 505 | 143 | 62 |
| Binary | 11111101 | 1 | 10010011 | 0 | 1100100 | 101010 | 1 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FD0193
Complementary color
Monochromatic Colors of #FD0193
Black with #FD0193
Text Example
Text Example
White with #FD0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0193; }
p { color: rgb(253,1,147); }
H1.HeaderClassName
{
color: #FD0193;
}
.AnyTagClassName
{
color: #FD0193;
}
</style>
background-color css
<style>
a { background-color: #FD0193; }
a { background-color: rgb(253,1,147); }
div.DivClassName
{
background-color: #FD0193;
}
.BgClassName
{
background-color: #FD0193;
}
</style>
border-color css
<style>
span { border-color: #FD0193; }
span { border-color: rgb(253,1,147); }
td.TdClassName
{
border-color: #FD0193;
}
.TagClassName
{
border-color: #FD0193;
}
</style>