Shades of Radical Red #F23E5E
Tints of Radical Red #F23E5E
RGB
CMYK
RGB Variations
Color information
#F23E5E (or 0xF23E5E) is known color: Radical Red. HEX triplet: F2, 3E and 5E. RGB value is (242,62,94). Sum of RGB (Red+Green+Blue) = 242+62+94=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E5E is #0DC1A1. Grayscale: #777777. Windows color (decimal): -901538 or 6176498. OLE color: 6176498.
HSL color Cylindrical-coordinate representation of color #F23E5E: hue angle of 349.33º 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 #F23E5E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 94 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.05 |
| HSL | 349.33º | 0.87% | 0.6% | - |
| HSV(B) | 349.33º | 0.74% | 0.95% | - |
| XYZ | 40.36 | 23.13 | 12.93 | - |
| YUV | 119.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 94 | 0 | 0.74 | 0.61 | 0.05 | 349.33 | 0.87 | 0.6 |
| Hex | F2 | 3E | 5E | 0 | 4A | 3D | 5 | 15D | 57 | 3C |
| Octal | 362 | 76 | 136 | 0 | 112 | 75 | 5 | 535 | 127 | 74 |
| Binary | 11110010 | 111110 | 1011110 | 0 | 1001010 | 111101 | 101 | 101011101 | 1010111 | 111100 |
Color Harmonies of #F23E5E
Complementary color
Monochromatic Colors of #F23E5E
Black with #F23E5E
Text Example
Text Example
White with #F23E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23E5E; }
p { color: rgb(242,62,94); }
H1.HeaderClassName
{
color: #F23E5E;
}
.AnyTagClassName
{
color: #F23E5E;
}
</style>
background-color css
<style>
a { background-color: #F23E5E; }
a { background-color: rgb(242,62,94); }
div.DivClassName
{
background-color: #F23E5E;
}
.BgClassName
{
background-color: #F23E5E;
}
</style>
border-color css
<style>
span { border-color: #F23E5E; }
span { border-color: rgb(242,62,94); }
td.TdClassName
{
border-color: #F23E5E;
}
.TagClassName
{
border-color: #F23E5E;
}
</style>