Shades of Hollywood Cerise #FF039E
Tints of Hollywood Cerise #FF039E
RGB
CMYK
RGB Variations
Color information
#FF039E (or 0xFF039E) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 9E. RGB value is (255,3,158). Sum of RGB (Red+Green+Blue) = 255+3+158=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF039E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF039E is #00FC61. Grayscale: #5F5F5F. Windows color (decimal): -64610 or 10355711. OLE color: 10355711.
HSL color Cylindrical-coordinate representation of color #FF039E: hue angle of 323.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF039E is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.38 | 0 |
| HSL | 323.1º | 1% | 0.51% | - |
| HSV(B) | 323.1º | 0.99% | 1% | - |
| XYZ | 47.44 | 23.79 | 34.44 | - |
| YUV | 96.02 | 162.99 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 158 | 0 | 0.99 | 0.38 | 0 | 323.1 | 1 | 0.51 |
| Hex | FF | 3 | 9E | 0 | 63 | 26 | 0 | 143 | 64 | 33 |
| Octal | 377 | 3 | 236 | 0 | 143 | 46 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 11 | 10011110 | 0 | 1100011 | 100110 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF039E
Complementary color
Monochromatic Colors of #FF039E
Black with #FF039E
Text Example
Text Example
White with #FF039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF039E; }
p { color: rgb(255,3,158); }
H1.HeaderClassName
{
color: #FF039E;
}
.AnyTagClassName
{
color: #FF039E;
}
</style>
background-color css
<style>
a { background-color: #FF039E; }
a { background-color: rgb(255,3,158); }
div.DivClassName
{
background-color: #FF039E;
}
.BgClassName
{
background-color: #FF039E;
}
</style>
border-color css
<style>
span { border-color: #FF039E; }
span { border-color: rgb(255,3,158); }
td.TdClassName
{
border-color: #FF039E;
}
.TagClassName
{
border-color: #FF039E;
}
</style>