Shades of Hollywood Cerise #FE0194
Tints of Hollywood Cerise #FE0194
RGB
CMYK
RGB Variations
Color information
#FE0194 (or 0xFE0194) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 94. RGB value is (254,1,148). Sum of RGB (Red+Green+Blue) = 254+1+148=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0194 is #01FE6B. Grayscale: #5D5D5D. Windows color (decimal): -130668 or 9699838. OLE color: 9699838.
HSL color Cylindrical-coordinate representation of color #FE0194: hue angle of 325.14º 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 #FE0194 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 148 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.00 |
| HSL | 325.14º | 0.99% | 0.5% | - |
| HSV(B) | 325.14º | 1% | 1% | - |
| XYZ | 46.23 | 23.23 | 30.06 | - |
| YUV | 93.41 | 158.82 | 242.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 148 | 0 | 1.00 | 0.42 | 0.00 | 325.14 | 0.99 | 0.5 |
| Hex | FE | 1 | 94 | 0 | 64 | 2A | 0 | 145 | 63 | 32 |
| Octal | 376 | 1 | 224 | 0 | 144 | 52 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 1 | 10010100 | 0 | 1100100 | 101010 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0194
Complementary color
Monochromatic Colors of #FE0194
Black with #FE0194
Text Example
Text Example
White with #FE0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0194; }
p { color: rgb(254,1,148); }
H1.HeaderClassName
{
color: #FE0194;
}
.AnyTagClassName
{
color: #FE0194;
}
</style>
background-color css
<style>
a { background-color: #FE0194; }
a { background-color: rgb(254,1,148); }
div.DivClassName
{
background-color: #FE0194;
}
.BgClassName
{
background-color: #FE0194;
}
</style>
border-color css
<style>
span { border-color: #FE0194; }
span { border-color: rgb(254,1,148); }
td.TdClassName
{
border-color: #FE0194;
}
.TagClassName
{
border-color: #FE0194;
}
</style>