Shades of Hollywood Cerise #F310A5
Tints of Hollywood Cerise #F310A5
RGB
CMYK
RGB Variations
Color information
#F310A5 (or 0xF310A5) is known color: Hollywood Cerise. HEX triplet: F3, 10 and A5. RGB value is (243,16,165). Sum of RGB (Red+Green+Blue) = 243+16+165=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F310A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310A5 is #0CEF5A. Grayscale: #646464. Windows color (decimal): -847707 or 10817779. OLE color: 10817779.
HSL color Cylindrical-coordinate representation of color #F310A5: hue angle of 320.62º 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 #F310A5 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 165 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.05 |
| HSL | 320.62º | 0.9% | 0.51% | - |
| HSV(B) | 320.62º | 0.93% | 0.95% | - |
| XYZ | 43.94 | 22.14 | 37.56 | - |
| YUV | 100.86 | 164.21 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 165 | 0 | 0.93 | 0.32 | 0.05 | 320.62 | 0.9 | 0.51 |
| Hex | F3 | 10 | A5 | 0 | 5D | 20 | 5 | 141 | 5A | 33 |
| Octal | 363 | 20 | 245 | 0 | 135 | 40 | 5 | 501 | 132 | 63 |
| Binary | 11110011 | 10000 | 10100101 | 0 | 1011101 | 100000 | 101 | 101000001 | 1011010 | 110011 |
Color Harmonies of #F310A5
Complementary color
Monochromatic Colors of #F310A5
Black with #F310A5
Text Example
Text Example
White with #F310A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310A5; }
p { color: rgb(243,16,165); }
H1.HeaderClassName
{
color: #F310A5;
}
.AnyTagClassName
{
color: #F310A5;
}
</style>
background-color css
<style>
a { background-color: #F310A5; }
a { background-color: rgb(243,16,165); }
div.DivClassName
{
background-color: #F310A5;
}
.BgClassName
{
background-color: #F310A5;
}
</style>
border-color css
<style>
span { border-color: #F310A5; }
span { border-color: rgb(243,16,165); }
td.TdClassName
{
border-color: #F310A5;
}
.TagClassName
{
border-color: #F310A5;
}
</style>