Shades of Hollywood Cerise #F310A8
Tints of Hollywood Cerise #F310A8
RGB
CMYK
RGB Variations
Color information
#F310A8 (or 0xF310A8) is known color: Hollywood Cerise. HEX triplet: F3, 10 and A8. RGB value is (243,16,168). Sum of RGB (Red+Green+Blue) = 243+16+168=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F310A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310A8 is #0CEF57. Grayscale: #646464. Windows color (decimal): -847704 or 11014387. OLE color: 11014387.
HSL color Cylindrical-coordinate representation of color #F310A8: hue angle of 319.82º 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 #F310A8 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 168 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.05 |
| HSL | 319.82º | 0.9% | 0.51% | - |
| HSV(B) | 319.82º | 0.93% | 0.95% | - |
| XYZ | 44.22 | 22.25 | 39.01 | - |
| YUV | 101.2 | 165.71 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 168 | 0 | 0.93 | 0.31 | 0.05 | 319.82 | 0.9 | 0.51 |
| Hex | F3 | 10 | A8 | 0 | 5D | 1F | 5 | 140 | 5A | 33 |
| Octal | 363 | 20 | 250 | 0 | 135 | 37 | 5 | 500 | 132 | 63 |
| Binary | 11110011 | 10000 | 10101000 | 0 | 1011101 | 11111 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F310A8
Complementary color
Monochromatic Colors of #F310A8
Black with #F310A8
Text Example
Text Example
White with #F310A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310A8; }
p { color: rgb(243,16,168); }
H1.HeaderClassName
{
color: #F310A8;
}
.AnyTagClassName
{
color: #F310A8;
}
</style>
background-color css
<style>
a { background-color: #F310A8; }
a { background-color: rgb(243,16,168); }
div.DivClassName
{
background-color: #F310A8;
}
.BgClassName
{
background-color: #F310A8;
}
</style>
border-color css
<style>
span { border-color: #F310A8; }
span { border-color: rgb(243,16,168); }
td.TdClassName
{
border-color: #F310A8;
}
.TagClassName
{
border-color: #F310A8;
}
</style>