Shades of Cerise #F23071
Tints of Cerise #F23071
RGB
CMYK
RGB Variations
Color information
#F23071 (or 0xF23071) is known color: Cerise. HEX triplet: F2, 30 and 71. RGB value is (242,48,113). Sum of RGB (Red+Green+Blue) = 242+48+113=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F23071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23071 is #0DCF8E. Grayscale: #717171. Windows color (decimal): -905103 or 7418098. OLE color: 7418098.
HSL color Cylindrical-coordinate representation of color #F23071: hue angle of 339.9º 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 #F23071 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 113 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.05 |
| HSL | 339.9º | 0.88% | 0.57% | - |
| HSV(B) | 339.9º | 0.8% | 0.95% | - |
| XYZ | 40.66 | 22.18 | 17.76 | - |
| YUV | 113.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 113 | 0 | 0.80 | 0.53 | 0.05 | 339.9 | 0.88 | 0.57 |
| Hex | F2 | 30 | 71 | 0 | 50 | 35 | 5 | 154 | 58 | 39 |
| Octal | 362 | 60 | 161 | 0 | 120 | 65 | 5 | 524 | 130 | 71 |
| Binary | 11110010 | 110000 | 1110001 | 0 | 1010000 | 110101 | 101 | 101010100 | 1011000 | 111001 |
Color Harmonies of #F23071
Complementary color
Monochromatic Colors of #F23071
Black with #F23071
Text Example
Text Example
White with #F23071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23071; }
p { color: rgb(242,48,113); }
H1.HeaderClassName
{
color: #F23071;
}
.AnyTagClassName
{
color: #F23071;
}
</style>
background-color css
<style>
a { background-color: #F23071; }
a { background-color: rgb(242,48,113); }
div.DivClassName
{
background-color: #F23071;
}
.BgClassName
{
background-color: #F23071;
}
</style>
border-color css
<style>
span { border-color: #F23071; }
span { border-color: rgb(242,48,113); }
td.TdClassName
{
border-color: #F23071;
}
.TagClassName
{
border-color: #F23071;
}
</style>