Shades of Hollywood Cerise #F9019F
Tints of Hollywood Cerise #F9019F
RGB
CMYK
RGB Variations
Color information
#F9019F (or 0xF9019F) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 9F. RGB value is (249,1,159). Sum of RGB (Red+Green+Blue) = 249+1+159=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9019F is #06FE60. Grayscale: #5C5C5C. Windows color (decimal): -458337 or 10420729. OLE color: 10420729.
HSL color Cylindrical-coordinate representation of color #F9019F: hue angle of 321.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9019F is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.02 |
| HSL | 321.77º | 0.99% | 0.49% | - |
| HSV(B) | 321.77º | 1% | 0.98% | - |
| XYZ | 45.34 | 22.66 | 34.79 | - |
| YUV | 93.16 | 165.16 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 159 | 0 | 1.00 | 0.36 | 0.02 | 321.77 | 0.99 | 0.49 |
| Hex | F9 | 1 | 9F | 0 | 64 | 24 | 2 | 142 | 63 | 31 |
| Octal | 371 | 1 | 237 | 0 | 144 | 44 | 2 | 502 | 143 | 61 |
| Binary | 11111001 | 1 | 10011111 | 0 | 1100100 | 100100 | 10 | 101000010 | 1100011 | 110001 |
Color Harmonies of #F9019F
Complementary color
Monochromatic Colors of #F9019F
Black with #F9019F
Text Example
Text Example
White with #F9019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9019F; }
p { color: rgb(249,1,159); }
H1.HeaderClassName
{
color: #F9019F;
}
.AnyTagClassName
{
color: #F9019F;
}
</style>
background-color css
<style>
a { background-color: #F9019F; }
a { background-color: rgb(249,1,159); }
div.DivClassName
{
background-color: #F9019F;
}
.BgClassName
{
background-color: #F9019F;
}
</style>
border-color css
<style>
span { border-color: #F9019F; }
span { border-color: rgb(249,1,159); }
td.TdClassName
{
border-color: #F9019F;
}
.TagClassName
{
border-color: #F9019F;
}
</style>