Shades of Hollywood Cerise #F310A7
Tints of Hollywood Cerise #F310A7
RGB
CMYK
RGB Variations
Color information
#F310A7 (or 0xF310A7) is known color: Hollywood Cerise. HEX triplet: F3, 10 and A7. RGB value is (243,16,167). Sum of RGB (Red+Green+Blue) = 243+16+167=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F310A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310A7 is #0CEF58. Grayscale: #646464. Windows color (decimal): -847705 or 10948851. OLE color: 10948851.
HSL color Cylindrical-coordinate representation of color #F310A7: hue angle of 320.09º 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 #F310A7 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 167 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.05 |
| HSL | 320.09º | 0.9% | 0.51% | - |
| HSV(B) | 320.09º | 0.93% | 0.95% | - |
| XYZ | 44.12 | 22.22 | 38.52 | - |
| YUV | 101.09 | 165.21 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 167 | 0 | 0.93 | 0.31 | 0.05 | 320.09 | 0.9 | 0.51 |
| Hex | F3 | 10 | A7 | 0 | 5D | 1F | 5 | 140 | 5A | 33 |
| Octal | 363 | 20 | 247 | 0 | 135 | 37 | 5 | 500 | 132 | 63 |
| Binary | 11110011 | 10000 | 10100111 | 0 | 1011101 | 11111 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F310A7
Complementary color
Monochromatic Colors of #F310A7
Black with #F310A7
Text Example
Text Example
White with #F310A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310A7; }
p { color: rgb(243,16,167); }
H1.HeaderClassName
{
color: #F310A7;
}
.AnyTagClassName
{
color: #F310A7;
}
</style>
background-color css
<style>
a { background-color: #F310A7; }
a { background-color: rgb(243,16,167); }
div.DivClassName
{
background-color: #F310A7;
}
.BgClassName
{
background-color: #F310A7;
}
</style>
border-color css
<style>
span { border-color: #F310A7; }
span { border-color: rgb(243,16,167); }
td.TdClassName
{
border-color: #F310A7;
}
.TagClassName
{
border-color: #F310A7;
}
</style>