Shades of Cerise #F2306F
Tints of Cerise #F2306F
RGB
CMYK
RGB Variations
Color information
#F2306F (or 0xF2306F) is known color: Cerise. HEX triplet: F2, 30 and 6F. RGB value is (242,48,111). Sum of RGB (Red+Green+Blue) = 242+48+111=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2306F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2306F is #0DCF90. Grayscale: #717171. Windows color (decimal): -905105 or 7287026. OLE color: 7287026.
HSL color Cylindrical-coordinate representation of color #F2306F: hue angle of 340.52º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2306F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 111 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.05 |
| HSL | 340.52º | 0.88% | 0.57% | - |
| HSV(B) | 340.52º | 0.8% | 0.95% | - |
| XYZ | 40.54 | 22.14 | 17.18 | - |
| YUV | 113.19 | 126.77 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 111 | 0 | 0.80 | 0.54 | 0.05 | 340.52 | 0.88 | 0.57 |
| Hex | F2 | 30 | 6F | 0 | 50 | 36 | 5 | 155 | 58 | 39 |
| Octal | 362 | 60 | 157 | 0 | 120 | 66 | 5 | 525 | 130 | 71 |
| Binary | 11110010 | 110000 | 1101111 | 0 | 1010000 | 110110 | 101 | 101010101 | 1011000 | 111001 |
Color Harmonies of #F2306F
Complementary color
Monochromatic Colors of #F2306F
Black with #F2306F
Text Example
Text Example
White with #F2306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2306F; }
p { color: rgb(242,48,111); }
H1.HeaderClassName
{
color: #F2306F;
}
.AnyTagClassName
{
color: #F2306F;
}
</style>
background-color css
<style>
a { background-color: #F2306F; }
a { background-color: rgb(242,48,111); }
div.DivClassName
{
background-color: #F2306F;
}
.BgClassName
{
background-color: #F2306F;
}
</style>
border-color css
<style>
span { border-color: #F2306F; }
span { border-color: rgb(242,48,111); }
td.TdClassName
{
border-color: #F2306F;
}
.TagClassName
{
border-color: #F2306F;
}
</style>