Shades of Hollywood Cerise #F310A6
Tints of Hollywood Cerise #F310A6
RGB
CMYK
RGB Variations
Color information
#F310A6 (or 0xF310A6) is known color: Hollywood Cerise. HEX triplet: F3, 10 and A6. RGB value is (243,16,166). Sum of RGB (Red+Green+Blue) = 243+16+166=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F310A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310A6 is #0CEF59. Grayscale: #646464. Windows color (decimal): -847706 or 10883315. OLE color: 10883315.
HSL color Cylindrical-coordinate representation of color #F310A6: hue angle of 320.35º 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 #F310A6 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 166 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.05 |
| HSL | 320.35º | 0.9% | 0.51% | - |
| HSV(B) | 320.35º | 0.93% | 0.95% | - |
| XYZ | 44.03 | 22.18 | 38.04 | - |
| YUV | 100.97 | 164.71 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 166 | 0 | 0.93 | 0.32 | 0.05 | 320.35 | 0.9 | 0.51 |
| Hex | F3 | 10 | A6 | 0 | 5D | 20 | 5 | 140 | 5A | 33 |
| Octal | 363 | 20 | 246 | 0 | 135 | 40 | 5 | 500 | 132 | 63 |
| Binary | 11110011 | 10000 | 10100110 | 0 | 1011101 | 100000 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F310A6
Complementary color
Monochromatic Colors of #F310A6
Black with #F310A6
Text Example
Text Example
White with #F310A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310A6; }
p { color: rgb(243,16,166); }
H1.HeaderClassName
{
color: #F310A6;
}
.AnyTagClassName
{
color: #F310A6;
}
</style>
background-color css
<style>
a { background-color: #F310A6; }
a { background-color: rgb(243,16,166); }
div.DivClassName
{
background-color: #F310A6;
}
.BgClassName
{
background-color: #F310A6;
}
</style>
border-color css
<style>
span { border-color: #F310A6; }
span { border-color: rgb(243,16,166); }
td.TdClassName
{
border-color: #F310A6;
}
.TagClassName
{
border-color: #F310A6;
}
</style>