Shades of Hollywood Cerise #FE0193
Tints of Hollywood Cerise #FE0193
RGB
CMYK
RGB Variations
Color information
#FE0193 (or 0xFE0193) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 93. RGB value is (254,1,147). Sum of RGB (Red+Green+Blue) = 254+1+147=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0193 is #01FE6C. Grayscale: #5C5C5C. Windows color (decimal): -130669 or 9634302. OLE color: 9634302.
HSL color Cylindrical-coordinate representation of color #FE0193: hue angle of 325.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0193 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.00 |
| HSL | 325.38º | 0.99% | 0.5% | - |
| HSV(B) | 325.38º | 1% | 1% | - |
| XYZ | 46.15 | 23.2 | 29.65 | - |
| YUV | 93.29 | 158.32 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 147 | 0 | 1.00 | 0.42 | 0.00 | 325.38 | 0.99 | 0.5 |
| Hex | FE | 1 | 93 | 0 | 64 | 2A | 0 | 145 | 63 | 32 |
| Octal | 376 | 1 | 223 | 0 | 144 | 52 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 1 | 10010011 | 0 | 1100100 | 101010 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0193
Complementary color
Monochromatic Colors of #FE0193
Black with #FE0193
Text Example
Text Example
White with #FE0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0193; }
p { color: rgb(254,1,147); }
H1.HeaderClassName
{
color: #FE0193;
}
.AnyTagClassName
{
color: #FE0193;
}
</style>
background-color css
<style>
a { background-color: #FE0193; }
a { background-color: rgb(254,1,147); }
div.DivClassName
{
background-color: #FE0193;
}
.BgClassName
{
background-color: #FE0193;
}
</style>
border-color css
<style>
span { border-color: #FE0193; }
span { border-color: rgb(254,1,147); }
td.TdClassName
{
border-color: #FE0193;
}
.TagClassName
{
border-color: #FE0193;
}
</style>