Shades of Hollywood Cerise #FF0093
Tints of Hollywood Cerise #FF0093
RGB
CMYK
RGB Variations
Color information
#FF0093 (or 0xFF0093) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 93. RGB value is (255,0,147). Sum of RGB (Red+Green+Blue) = 255+0+147=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0093 is #00FF6C. Grayscale: #5C5C5C. Windows color (decimal): -65389 or 9634047. OLE color: 9634047.
HSL color Cylindrical-coordinate representation of color #FF0093: hue angle of 325.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0093 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.42 | 0 |
| HSL | 325.41º | 1% | 0.5% | - |
| HSV(B) | 325.41º | 1% | 1% | - |
| XYZ | 46.51 | 23.37 | 29.66 | - |
| YUV | 93 | 158.48 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 147 | 0 | 1 | 0.42 | 0 | 325.41 | 1 | 0.5 |
| Hex | FF | 0 | 93 | 0 | 64 | 2A | 0 | 145 | 64 | 32 |
| Octal | 377 | 0 | 223 | 0 | 144 | 52 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 0 | 10010011 | 0 | 1100100 | 101010 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0093
Complementary color
Monochromatic Colors of #FF0093
Black with #FF0093
Text Example
Text Example
White with #FF0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0093; }
p { color: rgb(255,0,147); }
H1.HeaderClassName
{
color: #FF0093;
}
.AnyTagClassName
{
color: #FF0093;
}
</style>
background-color css
<style>
a { background-color: #FF0093; }
a { background-color: rgb(255,0,147); }
div.DivClassName
{
background-color: #FF0093;
}
.BgClassName
{
background-color: #FF0093;
}
</style>
border-color css
<style>
span { border-color: #FF0093; }
span { border-color: rgb(255,0,147); }
td.TdClassName
{
border-color: #FF0093;
}
.TagClassName
{
border-color: #FF0093;
}
</style>