Shades of Hollywood Cerise #FE0092
Tints of Hollywood Cerise #FE0092
RGB
CMYK
RGB Variations
Color information
#FE0092 (or 0xFE0092) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 92. RGB value is (254,0,146). Sum of RGB (Red+Green+Blue) = 254+0+146=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0092 is #01FF6D. Grayscale: #5C5C5C. Windows color (decimal): -130926 or 9568510. OLE color: 9568510.
HSL color Cylindrical-coordinate representation of color #FE0092: hue angle of 325.51º 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 #FE0092 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.43 | 0.00 |
| HSL | 325.51º | 1% | 0.5% | - |
| HSV(B) | 325.51º | 1% | 1% | - |
| XYZ | 46.06 | 23.15 | 29.23 | - |
| YUV | 92.59 | 158.15 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 146 | 0 | 1 | 0.43 | 0.00 | 325.51 | 1 | 0.5 |
| Hex | FE | 0 | 92 | 0 | 64 | 2B | 0 | 146 | 64 | 32 |
| Octal | 376 | 0 | 222 | 0 | 144 | 53 | 0 | 506 | 144 | 62 |
| Binary | 11111110 | 0 | 10010010 | 0 | 1100100 | 101011 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FE0092
Complementary color
Monochromatic Colors of #FE0092
Black with #FE0092
Text Example
Text Example
White with #FE0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0092; }
p { color: rgb(254,0,146); }
H1.HeaderClassName
{
color: #FE0092;
}
.AnyTagClassName
{
color: #FE0092;
}
</style>
background-color css
<style>
a { background-color: #FE0092; }
a { background-color: rgb(254,0,146); }
div.DivClassName
{
background-color: #FE0092;
}
.BgClassName
{
background-color: #FE0092;
}
</style>
border-color css
<style>
span { border-color: #FE0092; }
span { border-color: rgb(254,0,146); }
td.TdClassName
{
border-color: #FE0092;
}
.TagClassName
{
border-color: #FE0092;
}
</style>