Shades of Cerise #F23171
Tints of Cerise #F23171
RGB
CMYK
RGB Variations
Color information
#F23171 (or 0xF23171) is known color: Cerise. HEX triplet: F2, 31 and 71. RGB value is (242,49,113). Sum of RGB (Red+Green+Blue) = 242+49+113=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F23171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23171 is #0DCE8E. Grayscale: #717171. Windows color (decimal): -904847 or 7418354. OLE color: 7418354.
HSL color Cylindrical-coordinate representation of color #F23171: hue angle of 340.1º 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 #F23171 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 113 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.05 |
| HSL | 340.1º | 0.88% | 0.57% | - |
| HSV(B) | 340.1º | 0.8% | 0.95% | - |
| XYZ | 40.7 | 22.27 | 17.78 | - |
| YUV | 114 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 113 | 0 | 0.80 | 0.53 | 0.05 | 340.1 | 0.88 | 0.57 |
| Hex | F2 | 31 | 71 | 0 | 50 | 35 | 5 | 154 | 58 | 39 |
| Octal | 362 | 61 | 161 | 0 | 120 | 65 | 5 | 524 | 130 | 71 |
| Binary | 11110010 | 110001 | 1110001 | 0 | 1010000 | 110101 | 101 | 101010100 | 1011000 | 111001 |
Color Harmonies of #F23171
Complementary color
Monochromatic Colors of #F23171
Black with #F23171
Text Example
Text Example
White with #F23171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23171; }
p { color: rgb(242,49,113); }
H1.HeaderClassName
{
color: #F23171;
}
.AnyTagClassName
{
color: #F23171;
}
</style>
background-color css
<style>
a { background-color: #F23171; }
a { background-color: rgb(242,49,113); }
div.DivClassName
{
background-color: #F23171;
}
.BgClassName
{
background-color: #F23171;
}
</style>
border-color css
<style>
span { border-color: #F23171; }
span { border-color: rgb(242,49,113); }
td.TdClassName
{
border-color: #F23171;
}
.TagClassName
{
border-color: #F23171;
}
</style>