Shades of Cerise #F02665
Tints of Cerise #F02665
RGB
CMYK
RGB Variations
Color information
#F02665 (or 0xF02665) is known color: Cerise. HEX triplet: F0, 26 and 65. RGB value is (240,38,101). Sum of RGB (Red+Green+Blue) = 240+38+101=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F02665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02665 is #0FD99A. Grayscale: #696969. Windows color (decimal): -1038747 or 6629104. OLE color: 6629104.
HSL color Cylindrical-coordinate representation of color #F02665: hue angle of 341.29º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02665 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.06 |
| HSL | 341.29º | 0.87% | 0.55% | - |
| HSV(B) | 341.29º | 0.84% | 0.94% | - |
| XYZ | 38.98 | 20.85 | 14.28 | - |
| YUV | 105.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 101 | 0 | 0.84 | 0.58 | 0.06 | 341.29 | 0.87 | 0.55 |
| Hex | F0 | 26 | 65 | 0 | 54 | 3A | 6 | 155 | 57 | 37 |
| Octal | 360 | 46 | 145 | 0 | 124 | 72 | 6 | 525 | 127 | 67 |
| Binary | 11110000 | 100110 | 1100101 | 0 | 1010100 | 111010 | 110 | 101010101 | 1010111 | 110111 |
Color Harmonies of #F02665
Complementary color
Monochromatic Colors of #F02665
Black with #F02665
Text Example
Text Example
White with #F02665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02665; }
p { color: rgb(240,38,101); }
H1.HeaderClassName
{
color: #F02665;
}
.AnyTagClassName
{
color: #F02665;
}
</style>
background-color css
<style>
a { background-color: #F02665; }
a { background-color: rgb(240,38,101); }
div.DivClassName
{
background-color: #F02665;
}
.BgClassName
{
background-color: #F02665;
}
</style>
border-color css
<style>
span { border-color: #F02665; }
span { border-color: rgb(240,38,101); }
td.TdClassName
{
border-color: #F02665;
}
.TagClassName
{
border-color: #F02665;
}
</style>