Shades of Cerise #F0266D
Tints of Cerise #F0266D
RGB
CMYK
RGB Variations
Color information
#F0266D (or 0xF0266D) is known color: Cerise. HEX triplet: F0, 26 and 6D. RGB value is (240,38,109). Sum of RGB (Red+Green+Blue) = 240+38+109=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0266D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0266D is #0FD992. Grayscale: #6A6A6A. Windows color (decimal): -1038739 or 7153392. OLE color: 7153392.
HSL color Cylindrical-coordinate representation of color #F0266D: hue angle of 338.91º 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 #F0266D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 109 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.06 |
| HSL | 338.91º | 0.87% | 0.55% | - |
| HSV(B) | 338.91º | 0.84% | 0.94% | - |
| XYZ | 39.39 | 21.02 | 16.45 | - |
| YUV | 106.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 109 | 0 | 0.84 | 0.55 | 0.06 | 338.91 | 0.87 | 0.55 |
| Hex | F0 | 26 | 6D | 0 | 54 | 37 | 6 | 153 | 57 | 37 |
| Octal | 360 | 46 | 155 | 0 | 124 | 67 | 6 | 523 | 127 | 67 |
| Binary | 11110000 | 100110 | 1101101 | 0 | 1010100 | 110111 | 110 | 101010011 | 1010111 | 110111 |
Color Harmonies of #F0266D
Complementary color
Monochromatic Colors of #F0266D
Black with #F0266D
Text Example
Text Example
White with #F0266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0266D; }
p { color: rgb(240,38,109); }
H1.HeaderClassName
{
color: #F0266D;
}
.AnyTagClassName
{
color: #F0266D;
}
</style>
background-color css
<style>
a { background-color: #F0266D; }
a { background-color: rgb(240,38,109); }
div.DivClassName
{
background-color: #F0266D;
}
.BgClassName
{
background-color: #F0266D;
}
</style>
border-color css
<style>
span { border-color: #F0266D; }
span { border-color: rgb(240,38,109); }
td.TdClassName
{
border-color: #F0266D;
}
.TagClassName
{
border-color: #F0266D;
}
</style>