Shades of Hollywood Cerise #F611A2
Tints of Hollywood Cerise #F611A2
RGB
CMYK
RGB Variations
Color information
#F611A2 (or 0xF611A2) is known color: Hollywood Cerise. HEX triplet: F6, 11 and A2. RGB value is (246,17,162). Sum of RGB (Red+Green+Blue) = 246+17+162=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F611A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F611A2 is #09EE5D. Grayscale: #656565. Windows color (decimal): -650846 or 10621430. OLE color: 10621430.
HSL color Cylindrical-coordinate representation of color #F611A2: hue angle of 322.01º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F611A2 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.04 |
| HSL | 322.01º | 0.93% | 0.52% | - |
| HSV(B) | 322.01º | 0.93% | 0.96% | - |
| XYZ | 44.73 | 22.6 | 36.19 | - |
| YUV | 102 | 161.87 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 162 | 0 | 0.93 | 0.34 | 0.04 | 322.01 | 0.93 | 0.52 |
| Hex | F6 | 11 | A2 | 0 | 5D | 22 | 4 | 142 | 5D | 34 |
| Octal | 366 | 21 | 242 | 0 | 135 | 42 | 4 | 502 | 135 | 64 |
| Binary | 11110110 | 10001 | 10100010 | 0 | 1011101 | 100010 | 100 | 101000010 | 1011101 | 110100 |
Color Harmonies of #F611A2
Complementary color
Monochromatic Colors of #F611A2
Black with #F611A2
Text Example
Text Example
White with #F611A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F611A2; }
p { color: rgb(246,17,162); }
H1.HeaderClassName
{
color: #F611A2;
}
.AnyTagClassName
{
color: #F611A2;
}
</style>
background-color css
<style>
a { background-color: #F611A2; }
a { background-color: rgb(246,17,162); }
div.DivClassName
{
background-color: #F611A2;
}
.BgClassName
{
background-color: #F611A2;
}
</style>
border-color css
<style>
span { border-color: #F611A2; }
span { border-color: rgb(246,17,162); }
td.TdClassName
{
border-color: #F611A2;
}
.TagClassName
{
border-color: #F611A2;
}
</style>