Shades of Hollywood Cerise #F012A7
Tints of Hollywood Cerise #F012A7
RGB
CMYK
RGB Variations
Color information
#F012A7 (or 0xF012A7) is known color: Hollywood Cerise. HEX triplet: F0, 12 and A7. RGB value is (240,18,167). Sum of RGB (Red+Green+Blue) = 240+18+167=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F012A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012A7 is #0FED58. Grayscale: #646464. Windows color (decimal): -1043801 or 10949360. OLE color: 10949360.
HSL color Cylindrical-coordinate representation of color #F012A7: hue angle of 319.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012A7 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 167 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.06 |
| HSL | 319.73º | 0.88% | 0.51% | - |
| HSV(B) | 319.73º | 0.93% | 0.94% | - |
| XYZ | 43.13 | 21.75 | 38.48 | - |
| YUV | 101.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 167 | 0 | 0.92 | 0.30 | 0.06 | 319.73 | 0.88 | 0.51 |
| Hex | F0 | 12 | A7 | 0 | 5C | 1E | 6 | 140 | 58 | 33 |
| Octal | 360 | 22 | 247 | 0 | 134 | 36 | 6 | 500 | 130 | 63 |
| Binary | 11110000 | 10010 | 10100111 | 0 | 1011100 | 11110 | 110 | 101000000 | 1011000 | 110011 |
Color Harmonies of #F012A7
Complementary color
Monochromatic Colors of #F012A7
Black with #F012A7
Text Example
Text Example
White with #F012A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012A7; }
p { color: rgb(240,18,167); }
H1.HeaderClassName
{
color: #F012A7;
}
.AnyTagClassName
{
color: #F012A7;
}
</style>
background-color css
<style>
a { background-color: #F012A7; }
a { background-color: rgb(240,18,167); }
div.DivClassName
{
background-color: #F012A7;
}
.BgClassName
{
background-color: #F012A7;
}
</style>
border-color css
<style>
span { border-color: #F012A7; }
span { border-color: rgb(240,18,167); }
td.TdClassName
{
border-color: #F012A7;
}
.TagClassName
{
border-color: #F012A7;
}
</style>