Shades of Radical Red #F23E53
Tints of Radical Red #F23E53
RGB
CMYK
RGB Variations
Color information
#F23E53 (or 0xF23E53) is known color: Radical Red. HEX triplet: F2, 3E and 53. RGB value is (242,62,83). Sum of RGB (Red+Green+Blue) = 242+62+83=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E53 is #0DC1AC. Grayscale: #767676. Windows color (decimal): -901549 or 5455602. OLE color: 5455602.
HSL color Cylindrical-coordinate representation of color #F23E53: hue angle of 353º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23E53 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 83 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.05 |
| HSL | 353º | 0.87% | 0.6% | - |
| HSV(B) | 353º | 0.74% | 0.95% | - |
| XYZ | 39.9 | 22.95 | 10.51 | - |
| YUV | 118.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 83 | 0 | 0.74 | 0.66 | 0.05 | 353 | 0.87 | 0.6 |
| Hex | F2 | 3E | 53 | 0 | 4A | 42 | 5 | 161 | 57 | 3C |
| Octal | 362 | 76 | 123 | 0 | 112 | 102 | 5 | 541 | 127 | 74 |
| Binary | 11110010 | 111110 | 1010011 | 0 | 1001010 | 1000010 | 101 | 101100001 | 1010111 | 111100 |
Color Harmonies of #F23E53
Complementary color
Monochromatic Colors of #F23E53
Black with #F23E53
Text Example
Text Example
White with #F23E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23E53; }
p { color: rgb(242,62,83); }
H1.HeaderClassName
{
color: #F23E53;
}
.AnyTagClassName
{
color: #F23E53;
}
</style>
background-color css
<style>
a { background-color: #F23E53; }
a { background-color: rgb(242,62,83); }
div.DivClassName
{
background-color: #F23E53;
}
.BgClassName
{
background-color: #F23E53;
}
</style>
border-color css
<style>
span { border-color: #F23E53; }
span { border-color: rgb(242,62,83); }
td.TdClassName
{
border-color: #F23E53;
}
.TagClassName
{
border-color: #F23E53;
}
</style>