Shades of Cerise #F02A68
Tints of Cerise #F02A68
RGB
CMYK
RGB Variations
Color information
#F02A68 (or 0xF02A68) is known color: Cerise. HEX triplet: F0, 2A and 68. RGB value is (240,42,104). Sum of RGB (Red+Green+Blue) = 240+42+104=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A68 is #0FD597. Grayscale: #6C6C6C. Windows color (decimal): -1037720 or 6826736. OLE color: 6826736.
HSL color Cylindrical-coordinate representation of color #F02A68: hue angle of 341.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A68 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 104 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.06 |
| HSL | 341.21º | 0.87% | 0.55% | - |
| HSV(B) | 341.21º | 0.83% | 0.94% | - |
| XYZ | 39.26 | 21.18 | 15.12 | - |
| YUV | 108.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 104 | 0 | 0.82 | 0.57 | 0.06 | 341.21 | 0.87 | 0.55 |
| Hex | F0 | 2A | 68 | 0 | 52 | 39 | 6 | 155 | 57 | 37 |
| Octal | 360 | 52 | 150 | 0 | 122 | 71 | 6 | 525 | 127 | 67 |
| Binary | 11110000 | 101010 | 1101000 | 0 | 1010010 | 111001 | 110 | 101010101 | 1010111 | 110111 |
Color Harmonies of #F02A68
Complementary color
Monochromatic Colors of #F02A68
Black with #F02A68
Text Example
Text Example
White with #F02A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A68; }
p { color: rgb(240,42,104); }
H1.HeaderClassName
{
color: #F02A68;
}
.AnyTagClassName
{
color: #F02A68;
}
</style>
background-color css
<style>
a { background-color: #F02A68; }
a { background-color: rgb(240,42,104); }
div.DivClassName
{
background-color: #F02A68;
}
.BgClassName
{
background-color: #F02A68;
}
</style>
border-color css
<style>
span { border-color: #F02A68; }
span { border-color: rgb(240,42,104); }
td.TdClassName
{
border-color: #F02A68;
}
.TagClassName
{
border-color: #F02A68;
}
</style>