Shades of Hollywood Cerise #F30CA2
Tints of Hollywood Cerise #F30CA2
RGB
CMYK
RGB Variations
Color information
#F30CA2 (or 0xF30CA2) is known color: Hollywood Cerise. HEX triplet: F3, 0C and A2. RGB value is (243,12,162). Sum of RGB (Red+Green+Blue) = 243+12+162=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30CA2 is #0CF35D. Grayscale: #616161. Windows color (decimal): -848734 or 10620147. OLE color: 10620147.
HSL color Cylindrical-coordinate representation of color #F30CA2: hue angle of 321.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CA2 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 162 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.05 |
| HSL | 321.04º | 0.91% | 0.5% | - |
| HSV(B) | 321.04º | 0.95% | 0.95% | - |
| XYZ | 43.62 | 21.93 | 36.12 | - |
| YUV | 98.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 162 | 0 | 0.95 | 0.33 | 0.05 | 321.04 | 0.91 | 0.5 |
| Hex | F3 | C | A2 | 0 | 5F | 21 | 5 | 141 | 5B | 32 |
| Octal | 363 | 14 | 242 | 0 | 137 | 41 | 5 | 501 | 133 | 62 |
| Binary | 11110011 | 1100 | 10100010 | 0 | 1011111 | 100001 | 101 | 101000001 | 1011011 | 110010 |
Color Harmonies of #F30CA2
Complementary color
Monochromatic Colors of #F30CA2
Black with #F30CA2
Text Example
Text Example
White with #F30CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CA2; }
p { color: rgb(243,12,162); }
H1.HeaderClassName
{
color: #F30CA2;
}
.AnyTagClassName
{
color: #F30CA2;
}
</style>
background-color css
<style>
a { background-color: #F30CA2; }
a { background-color: rgb(243,12,162); }
div.DivClassName
{
background-color: #F30CA2;
}
.BgClassName
{
background-color: #F30CA2;
}
</style>
border-color css
<style>
span { border-color: #F30CA2; }
span { border-color: rgb(243,12,162); }
td.TdClassName
{
border-color: #F30CA2;
}
.TagClassName
{
border-color: #F30CA2;
}
</style>