Shades of Cerise #F0256A
Tints of Cerise #F0256A
RGB
CMYK
RGB Variations
Color information
#F0256A (or 0xF0256A) is known color: Cerise. HEX triplet: F0, 25 and 6A. RGB value is (240,37,106). Sum of RGB (Red+Green+Blue) = 240+37+106=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0256A is #0FDA95. Grayscale: #696969. Windows color (decimal): -1038998 or 6956528. OLE color: 6956528.
HSL color Cylindrical-coordinate representation of color #F0256A: hue angle of 339.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0256A is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 106 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.06 |
| HSL | 339.61º | 0.87% | 0.54% | - |
| HSV(B) | 339.61º | 0.85% | 0.94% | - |
| XYZ | 39.2 | 20.89 | 15.6 | - |
| YUV | 105.56 | 128.25 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 106 | 0 | 0.85 | 0.56 | 0.06 | 339.61 | 0.87 | 0.54 |
| Hex | F0 | 25 | 6A | 0 | 55 | 38 | 6 | 154 | 57 | 36 |
| Octal | 360 | 45 | 152 | 0 | 125 | 70 | 6 | 524 | 127 | 66 |
| Binary | 11110000 | 100101 | 1101010 | 0 | 1010101 | 111000 | 110 | 101010100 | 1010111 | 110110 |
Color Harmonies of #F0256A
Complementary color
Monochromatic Colors of #F0256A
Black with #F0256A
Text Example
Text Example
White with #F0256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0256A; }
p { color: rgb(240,37,106); }
H1.HeaderClassName
{
color: #F0256A;
}
.AnyTagClassName
{
color: #F0256A;
}
</style>
background-color css
<style>
a { background-color: #F0256A; }
a { background-color: rgb(240,37,106); }
div.DivClassName
{
background-color: #F0256A;
}
.BgClassName
{
background-color: #F0256A;
}
</style>
border-color css
<style>
span { border-color: #F0256A; }
span { border-color: rgb(240,37,106); }
td.TdClassName
{
border-color: #F0256A;
}
.TagClassName
{
border-color: #F0256A;
}
</style>