Shades of Hollywood Cerise #FF039D
Tints of Hollywood Cerise #FF039D
RGB
CMYK
RGB Variations
Color information
#FF039D (or 0xFF039D) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 9D. RGB value is (255,3,157). Sum of RGB (Red+Green+Blue) = 255+3+157=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF039D is #00FC62. Grayscale: #5F5F5F. Windows color (decimal): -64611 or 10290175. OLE color: 10290175.
HSL color Cylindrical-coordinate representation of color #FF039D: hue angle of 323.33º 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 #FF039D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.38 | 0 |
| HSL | 323.33º | 1% | 0.51% | - |
| HSV(B) | 323.33º | 0.99% | 1% | - |
| XYZ | 47.36 | 23.76 | 33.99 | - |
| YUV | 95.9 | 162.49 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 157 | 0 | 0.99 | 0.38 | 0 | 323.33 | 1 | 0.51 |
| Hex | FF | 3 | 9D | 0 | 63 | 26 | 0 | 143 | 64 | 33 |
| Octal | 377 | 3 | 235 | 0 | 143 | 46 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 11 | 10011101 | 0 | 1100011 | 100110 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF039D
Complementary color
Monochromatic Colors of #FF039D
Black with #FF039D
Text Example
Text Example
White with #FF039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF039D; }
p { color: rgb(255,3,157); }
H1.HeaderClassName
{
color: #FF039D;
}
.AnyTagClassName
{
color: #FF039D;
}
</style>
background-color css
<style>
a { background-color: #FF039D; }
a { background-color: rgb(255,3,157); }
div.DivClassName
{
background-color: #FF039D;
}
.BgClassName
{
background-color: #FF039D;
}
</style>
border-color css
<style>
span { border-color: #FF039D; }
span { border-color: rgb(255,3,157); }
td.TdClassName
{
border-color: #FF039D;
}
.TagClassName
{
border-color: #FF039D;
}
</style>