Shades of Hollywood Cerise #F00FA1
Tints of Hollywood Cerise #F00FA1
RGB
CMYK
RGB Variations
Color information
#F00FA1 (or 0xF00FA1) is known color: Hollywood Cerise. HEX triplet: F0, 0F and A1. RGB value is (240,15,161). Sum of RGB (Red+Green+Blue) = 240+15+161=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FA1 is #0FF05E. Grayscale: #626262. Windows color (decimal): -1044575 or 10555376. OLE color: 10555376.
HSL color Cylindrical-coordinate representation of color #F00FA1: hue angle of 321.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FA1 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 161 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.06 |
| HSL | 321.07º | 0.88% | 0.5% | - |
| HSV(B) | 321.07º | 0.94% | 0.94% | - |
| XYZ | 42.54 | 21.44 | 35.61 | - |
| YUV | 98.92 | 163.04 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 161 | 0 | 0.94 | 0.33 | 0.06 | 321.07 | 0.88 | 0.5 |
| Hex | F0 | F | A1 | 0 | 5E | 21 | 6 | 141 | 58 | 32 |
| Octal | 360 | 17 | 241 | 0 | 136 | 41 | 6 | 501 | 130 | 62 |
| Binary | 11110000 | 1111 | 10100001 | 0 | 1011110 | 100001 | 110 | 101000001 | 1011000 | 110010 |
Color Harmonies of #F00FA1
Complementary color
Monochromatic Colors of #F00FA1
Black with #F00FA1
Text Example
Text Example
White with #F00FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FA1; }
p { color: rgb(240,15,161); }
H1.HeaderClassName
{
color: #F00FA1;
}
.AnyTagClassName
{
color: #F00FA1;
}
</style>
background-color css
<style>
a { background-color: #F00FA1; }
a { background-color: rgb(240,15,161); }
div.DivClassName
{
background-color: #F00FA1;
}
.BgClassName
{
background-color: #F00FA1;
}
</style>
border-color css
<style>
span { border-color: #F00FA1; }
span { border-color: rgb(240,15,161); }
td.TdClassName
{
border-color: #F00FA1;
}
.TagClassName
{
border-color: #F00FA1;
}
</style>