Shades of Hollywood Cerise #FF039A
Tints of Hollywood Cerise #FF039A
RGB
CMYK
RGB Variations
Color information
#FF039A (or 0xFF039A) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 9A. RGB value is (255,3,154). Sum of RGB (Red+Green+Blue) = 255+3+154=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF039A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF039A is #00FC65. Grayscale: #5F5F5F. Windows color (decimal): -64614 or 10093567. OLE color: 10093567.
HSL color Cylindrical-coordinate representation of color #FF039A: hue angle of 324.05º 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 #FF039A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 154 | - |
| CMYK | 0 | 0.99 | 0.40 | 0 |
| HSL | 324.05º | 1% | 0.51% | - |
| HSV(B) | 324.05º | 0.99% | 1% | - |
| XYZ | 47.11 | 23.66 | 32.66 | - |
| YUV | 95.56 | 160.99 | 241.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 154 | 0 | 0.99 | 0.40 | 0 | 324.05 | 1 | 0.51 |
| Hex | FF | 3 | 9A | 0 | 63 | 28 | 0 | 144 | 64 | 33 |
| Octal | 377 | 3 | 232 | 0 | 143 | 50 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 11 | 10011010 | 0 | 1100011 | 101000 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF039A
Complementary color
Monochromatic Colors of #FF039A
Black with #FF039A
Text Example
Text Example
White with #FF039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF039A; }
p { color: rgb(255,3,154); }
H1.HeaderClassName
{
color: #FF039A;
}
.AnyTagClassName
{
color: #FF039A;
}
</style>
background-color css
<style>
a { background-color: #FF039A; }
a { background-color: rgb(255,3,154); }
div.DivClassName
{
background-color: #FF039A;
}
.BgClassName
{
background-color: #FF039A;
}
</style>
border-color css
<style>
span { border-color: #FF039A; }
span { border-color: rgb(255,3,154); }
td.TdClassName
{
border-color: #FF039A;
}
.TagClassName
{
border-color: #FF039A;
}
</style>