Shades of Cerise #F2256A
Tints of Cerise #F2256A
RGB
CMYK
RGB Variations
Color information
#F2256A (or 0xF2256A) is known color: Cerise. HEX triplet: F2, 25 and 6A. RGB value is (242,37,106). Sum of RGB (Red+Green+Blue) = 242+37+106=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2256A is #0DDA95. Grayscale: #6A6A6A. Windows color (decimal): -907926 or 6956530. OLE color: 6956530.
HSL color Cylindrical-coordinate representation of color #F2256A: hue angle of 339.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2256A is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 106 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.05 |
| HSL | 339.8º | 0.89% | 0.55% | - |
| HSV(B) | 339.8º | 0.85% | 0.95% | - |
| XYZ | 39.88 | 21.24 | 15.63 | - |
| YUV | 106.16 | 127.92 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 106 | 0 | 0.85 | 0.56 | 0.05 | 339.8 | 0.89 | 0.55 |
| Hex | F2 | 25 | 6A | 0 | 55 | 38 | 5 | 154 | 59 | 37 |
| Octal | 362 | 45 | 152 | 0 | 125 | 70 | 5 | 524 | 131 | 67 |
| Binary | 11110010 | 100101 | 1101010 | 0 | 1010101 | 111000 | 101 | 101010100 | 1011001 | 110111 |
Color Harmonies of #F2256A
Complementary color
Monochromatic Colors of #F2256A
Black with #F2256A
Text Example
Text Example
White with #F2256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2256A; }
p { color: rgb(242,37,106); }
H1.HeaderClassName
{
color: #F2256A;
}
.AnyTagClassName
{
color: #F2256A;
}
</style>
background-color css
<style>
a { background-color: #F2256A; }
a { background-color: rgb(242,37,106); }
div.DivClassName
{
background-color: #F2256A;
}
.BgClassName
{
background-color: #F2256A;
}
</style>
border-color css
<style>
span { border-color: #F2256A; }
span { border-color: rgb(242,37,106); }
td.TdClassName
{
border-color: #F2256A;
}
.TagClassName
{
border-color: #F2256A;
}
</style>