Shades of Hollywood Cerise #FE0395
Tints of Hollywood Cerise #FE0395
RGB
CMYK
RGB Variations
Color information
#FE0395 (or 0xFE0395) is known color: Hollywood Cerise. HEX triplet: FE, 03 and 95. RGB value is (254,3,149). Sum of RGB (Red+Green+Blue) = 254+3+149=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0395 is #01FC6A. Grayscale: #5E5E5E. Windows color (decimal): -130155 or 9765886. OLE color: 9765886.
HSL color Cylindrical-coordinate representation of color #FE0395: hue angle of 325.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0395 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.00 |
| HSL | 325.1º | 0.99% | 0.5% | - |
| HSV(B) | 325.1º | 0.99% | 1% | - |
| XYZ | 46.33 | 23.31 | 30.49 | - |
| YUV | 94.69 | 158.66 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 149 | 0 | 0.99 | 0.41 | 0.00 | 325.1 | 0.99 | 0.5 |
| Hex | FE | 3 | 95 | 0 | 63 | 29 | 0 | 145 | 63 | 32 |
| Octal | 376 | 3 | 225 | 0 | 143 | 51 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 11 | 10010101 | 0 | 1100011 | 101001 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0395
Complementary color
Monochromatic Colors of #FE0395
Black with #FE0395
Text Example
Text Example
White with #FE0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0395; }
p { color: rgb(254,3,149); }
H1.HeaderClassName
{
color: #FE0395;
}
.AnyTagClassName
{
color: #FE0395;
}
</style>
background-color css
<style>
a { background-color: #FE0395; }
a { background-color: rgb(254,3,149); }
div.DivClassName
{
background-color: #FE0395;
}
.BgClassName
{
background-color: #FE0395;
}
</style>
border-color css
<style>
span { border-color: #FE0395; }
span { border-color: rgb(254,3,149); }
td.TdClassName
{
border-color: #FE0395;
}
.TagClassName
{
border-color: #FE0395;
}
</style>