Shades of Hollywood Cerise #F410A2
Tints of Hollywood Cerise #F410A2
RGB
CMYK
RGB Variations
Color information
#F410A2 (or 0xF410A2) is known color: Hollywood Cerise. HEX triplet: F4, 10 and A2. RGB value is (244,16,162). Sum of RGB (Red+Green+Blue) = 244+16+162=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F410A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F410A2 is #0BEF5D. Grayscale: #646464. Windows color (decimal): -782174 or 10621172. OLE color: 10621172.
HSL color Cylindrical-coordinate representation of color #F410A2: hue angle of 321.58º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F410A2 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.04 |
| HSL | 321.58º | 0.91% | 0.51% | - |
| HSV(B) | 321.58º | 0.93% | 0.96% | - |
| XYZ | 44.02 | 22.21 | 36.15 | - |
| YUV | 100.82 | 162.54 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 162 | 0 | 0.93 | 0.34 | 0.04 | 321.58 | 0.91 | 0.51 |
| Hex | F4 | 10 | A2 | 0 | 5D | 22 | 4 | 142 | 5B | 33 |
| Octal | 364 | 20 | 242 | 0 | 135 | 42 | 4 | 502 | 133 | 63 |
| Binary | 11110100 | 10000 | 10100010 | 0 | 1011101 | 100010 | 100 | 101000010 | 1011011 | 110011 |
Color Harmonies of #F410A2
Complementary color
Monochromatic Colors of #F410A2
Black with #F410A2
Text Example
Text Example
White with #F410A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410A2; }
p { color: rgb(244,16,162); }
H1.HeaderClassName
{
color: #F410A2;
}
.AnyTagClassName
{
color: #F410A2;
}
</style>
background-color css
<style>
a { background-color: #F410A2; }
a { background-color: rgb(244,16,162); }
div.DivClassName
{
background-color: #F410A2;
}
.BgClassName
{
background-color: #F410A2;
}
</style>
border-color css
<style>
span { border-color: #F410A2; }
span { border-color: rgb(244,16,162); }
td.TdClassName
{
border-color: #F410A2;
}
.TagClassName
{
border-color: #F410A2;
}
</style>