Shades of Radical Red #F23F5E
Tints of Radical Red #F23F5E
RGB
CMYK
RGB Variations
Color information
#F23F5E (or 0xF23F5E) is known color: Radical Red. HEX triplet: F2, 3F and 5E. RGB value is (242,63,94). Sum of RGB (Red+Green+Blue) = 242+63+94=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F5E is #0DC0A1. Grayscale: #787878. Windows color (decimal): -901282 or 6176754. OLE color: 6176754.
HSL color Cylindrical-coordinate representation of color #F23F5E: hue angle of 349.61º 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 #F23F5E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 94 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.05 |
| HSL | 349.61º | 0.87% | 0.6% | - |
| HSV(B) | 349.61º | 0.74% | 0.95% | - |
| XYZ | 40.42 | 23.24 | 12.95 | - |
| YUV | 120.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 94 | 0 | 0.74 | 0.61 | 0.05 | 349.61 | 0.87 | 0.6 |
| Hex | F2 | 3F | 5E | 0 | 4A | 3D | 5 | 15E | 57 | 3C |
| Octal | 362 | 77 | 136 | 0 | 112 | 75 | 5 | 536 | 127 | 74 |
| Binary | 11110010 | 111111 | 1011110 | 0 | 1001010 | 111101 | 101 | 101011110 | 1010111 | 111100 |
Color Harmonies of #F23F5E
Complementary color
Monochromatic Colors of #F23F5E
Black with #F23F5E
Text Example
Text Example
White with #F23F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F5E; }
p { color: rgb(242,63,94); }
H1.HeaderClassName
{
color: #F23F5E;
}
.AnyTagClassName
{
color: #F23F5E;
}
</style>
background-color css
<style>
a { background-color: #F23F5E; }
a { background-color: rgb(242,63,94); }
div.DivClassName
{
background-color: #F23F5E;
}
.BgClassName
{
background-color: #F23F5E;
}
</style>
border-color css
<style>
span { border-color: #F23F5E; }
span { border-color: rgb(242,63,94); }
td.TdClassName
{
border-color: #F23F5E;
}
.TagClassName
{
border-color: #F23F5E;
}
</style>