Shades of Hollywood Cerise #FE039C
Tints of Hollywood Cerise #FE039C
RGB
CMYK
RGB Variations
Color information
#FE039C (or 0xFE039C) is known color: Hollywood Cerise. HEX triplet: FE, 03 and 9C. RGB value is (254,3,156). Sum of RGB (Red+Green+Blue) = 254+3+156=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE039C is #01FC63. Grayscale: #5F5F5F. Windows color (decimal): -130148 or 10224638. OLE color: 10224638.
HSL color Cylindrical-coordinate representation of color #FE039C: hue angle of 323.43º 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 #FE039C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.00 |
| HSL | 323.43º | 0.99% | 0.5% | - |
| HSV(B) | 323.43º | 0.99% | 1% | - |
| XYZ | 46.91 | 23.54 | 33.52 | - |
| YUV | 95.49 | 162.16 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 156 | 0 | 0.99 | 0.39 | 0.00 | 323.43 | 0.99 | 0.5 |
| Hex | FE | 3 | 9C | 0 | 63 | 27 | 0 | 143 | 63 | 32 |
| Octal | 376 | 3 | 234 | 0 | 143 | 47 | 0 | 503 | 143 | 62 |
| Binary | 11111110 | 11 | 10011100 | 0 | 1100011 | 100111 | 0 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FE039C
Complementary color
Monochromatic Colors of #FE039C
Black with #FE039C
Text Example
Text Example
White with #FE039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE039C; }
p { color: rgb(254,3,156); }
H1.HeaderClassName
{
color: #FE039C;
}
.AnyTagClassName
{
color: #FE039C;
}
</style>
background-color css
<style>
a { background-color: #FE039C; }
a { background-color: rgb(254,3,156); }
div.DivClassName
{
background-color: #FE039C;
}
.BgClassName
{
background-color: #FE039C;
}
</style>
border-color css
<style>
span { border-color: #FE039C; }
span { border-color: rgb(254,3,156); }
td.TdClassName
{
border-color: #FE039C;
}
.TagClassName
{
border-color: #FE039C;
}
</style>