Shades of Cerise #F03375
Tints of Cerise #F03375
RGB
CMYK
RGB Variations
Color information
#F03375 (or 0xF03375) is known color: Cerise. HEX triplet: F0, 33 and 75. RGB value is (240,51,117). Sum of RGB (Red+Green+Blue) = 240+51+117=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F03375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03375 is #0FCC8A. Grayscale: #727272. Windows color (decimal): -1035403 or 7681008. OLE color: 7681008.
HSL color Cylindrical-coordinate representation of color #F03375: hue angle of 339.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03375 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 117 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.06 |
| HSL | 339.05º | 0.86% | 0.57% | - |
| HSV(B) | 339.05º | 0.79% | 0.94% | - |
| XYZ | 40.33 | 22.18 | 18.98 | - |
| YUV | 115.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 117 | 0 | 0.79 | 0.51 | 0.06 | 339.05 | 0.86 | 0.57 |
| Hex | F0 | 33 | 75 | 0 | 4F | 33 | 6 | 153 | 56 | 39 |
| Octal | 360 | 63 | 165 | 0 | 117 | 63 | 6 | 523 | 126 | 71 |
| Binary | 11110000 | 110011 | 1110101 | 0 | 1001111 | 110011 | 110 | 101010011 | 1010110 | 111001 |
Color Harmonies of #F03375
Complementary color
Monochromatic Colors of #F03375
Black with #F03375
Text Example
Text Example
White with #F03375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03375; }
p { color: rgb(240,51,117); }
H1.HeaderClassName
{
color: #F03375;
}
.AnyTagClassName
{
color: #F03375;
}
</style>
background-color css
<style>
a { background-color: #F03375; }
a { background-color: rgb(240,51,117); }
div.DivClassName
{
background-color: #F03375;
}
.BgClassName
{
background-color: #F03375;
}
</style>
border-color css
<style>
span { border-color: #F03375; }
span { border-color: rgb(240,51,117); }
td.TdClassName
{
border-color: #F03375;
}
.TagClassName
{
border-color: #F03375;
}
</style>