Shades of Cerise #F02975
Tints of Cerise #F02975
RGB
CMYK
RGB Variations
Color information
#F02975 (or 0xF02975) is known color: Cerise. HEX triplet: F0, 29 and 75. RGB value is (240,41,117). Sum of RGB (Red+Green+Blue) = 240+41+117=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F02975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02975 is #0FD68A. Grayscale: #6D6D6D. Windows color (decimal): -1037963 or 7678448. OLE color: 7678448.
HSL color Cylindrical-coordinate representation of color #F02975: hue angle of 337.09º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02975 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 117 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.06 |
| HSL | 337.09º | 0.87% | 0.55% | - |
| HSV(B) | 337.09º | 0.83% | 0.94% | - |
| XYZ | 39.94 | 21.4 | 18.85 | - |
| YUV | 109.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 117 | 0 | 0.83 | 0.51 | 0.06 | 337.09 | 0.87 | 0.55 |
| Hex | F0 | 29 | 75 | 0 | 53 | 33 | 6 | 151 | 57 | 37 |
| Octal | 360 | 51 | 165 | 0 | 123 | 63 | 6 | 521 | 127 | 67 |
| Binary | 11110000 | 101001 | 1110101 | 0 | 1010011 | 110011 | 110 | 101010001 | 1010111 | 110111 |
Color Harmonies of #F02975
Complementary color
Monochromatic Colors of #F02975
Black with #F02975
Text Example
Text Example
White with #F02975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02975; }
p { color: rgb(240,41,117); }
H1.HeaderClassName
{
color: #F02975;
}
.AnyTagClassName
{
color: #F02975;
}
</style>
background-color css
<style>
a { background-color: #F02975; }
a { background-color: rgb(240,41,117); }
div.DivClassName
{
background-color: #F02975;
}
.BgClassName
{
background-color: #F02975;
}
</style>
border-color css
<style>
span { border-color: #F02975; }
span { border-color: rgb(240,41,117); }
td.TdClassName
{
border-color: #F02975;
}
.TagClassName
{
border-color: #F02975;
}
</style>