Shades of Cerise #F23574
Tints of Cerise #F23574
RGB
CMYK
RGB Variations
Color information
#F23574 (or 0xF23574) is known color: Cerise. HEX triplet: F2, 35 and 74. RGB value is (242,53,116). Sum of RGB (Red+Green+Blue) = 242+53+116=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F23574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23574 is #0DCA8B. Grayscale: #747474. Windows color (decimal): -903820 or 7615986. OLE color: 7615986.
HSL color Cylindrical-coordinate representation of color #F23574: hue angle of 340º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23574 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 116 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.05 |
| HSL | 340º | 0.88% | 0.58% | - |
| HSV(B) | 340º | 0.78% | 0.95% | - |
| XYZ | 41.04 | 22.68 | 18.74 | - |
| YUV | 116.69 | 127.62 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 116 | 0 | 0.78 | 0.52 | 0.05 | 340 | 0.88 | 0.58 |
| Hex | F2 | 35 | 74 | 0 | 4E | 34 | 5 | 154 | 58 | 3A |
| Octal | 362 | 65 | 164 | 0 | 116 | 64 | 5 | 524 | 130 | 72 |
| Binary | 11110010 | 110101 | 1110100 | 0 | 1001110 | 110100 | 101 | 101010100 | 1011000 | 111010 |
Color Harmonies of #F23574
Complementary color
Monochromatic Colors of #F23574
Black with #F23574
Text Example
Text Example
White with #F23574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23574; }
p { color: rgb(242,53,116); }
H1.HeaderClassName
{
color: #F23574;
}
.AnyTagClassName
{
color: #F23574;
}
</style>
background-color css
<style>
a { background-color: #F23574; }
a { background-color: rgb(242,53,116); }
div.DivClassName
{
background-color: #F23574;
}
.BgClassName
{
background-color: #F23574;
}
</style>
border-color css
<style>
span { border-color: #F23574; }
span { border-color: rgb(242,53,116); }
td.TdClassName
{
border-color: #F23574;
}
.TagClassName
{
border-color: #F23574;
}
</style>