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