Shades of Hollywood Cerise #F212A5
Tints of Hollywood Cerise #F212A5
RGB
CMYK
RGB Variations
Color information
#F212A5 (or 0xF212A5) is known color: Hollywood Cerise. HEX triplet: F2, 12 and A5. RGB value is (242,18,165). Sum of RGB (Red+Green+Blue) = 242+18+165=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F212A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212A5 is #0DED5A. Grayscale: #656565. Windows color (decimal): -912731 or 10818290. OLE color: 10818290.
HSL color Cylindrical-coordinate representation of color #F212A5: hue angle of 320.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212A5 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 165 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.05 |
| HSL | 320.63º | 0.9% | 0.51% | - |
| HSV(B) | 320.63º | 0.93% | 0.95% | - |
| XYZ | 43.63 | 22.03 | 37.55 | - |
| YUV | 101.73 | 163.71 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 165 | 0 | 0.93 | 0.32 | 0.05 | 320.63 | 0.9 | 0.51 |
| Hex | F2 | 12 | A5 | 0 | 5D | 20 | 5 | 141 | 5A | 33 |
| Octal | 362 | 22 | 245 | 0 | 135 | 40 | 5 | 501 | 132 | 63 |
| Binary | 11110010 | 10010 | 10100101 | 0 | 1011101 | 100000 | 101 | 101000001 | 1011010 | 110011 |
Color Harmonies of #F212A5
Complementary color
Monochromatic Colors of #F212A5
Black with #F212A5
Text Example
Text Example
White with #F212A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212A5; }
p { color: rgb(242,18,165); }
H1.HeaderClassName
{
color: #F212A5;
}
.AnyTagClassName
{
color: #F212A5;
}
</style>
background-color css
<style>
a { background-color: #F212A5; }
a { background-color: rgb(242,18,165); }
div.DivClassName
{
background-color: #F212A5;
}
.BgClassName
{
background-color: #F212A5;
}
</style>
border-color css
<style>
span { border-color: #F212A5; }
span { border-color: rgb(242,18,165); }
td.TdClassName
{
border-color: #F212A5;
}
.TagClassName
{
border-color: #F212A5;
}
</style>