Shades of Radical Red #F23F51
Tints of Radical Red #F23F51
RGB
CMYK
RGB Variations
Color information
#F23F51 (or 0xF23F51) is known color: Radical Red. HEX triplet: F2, 3F and 51. RGB value is (242,63,81). Sum of RGB (Red+Green+Blue) = 242+63+81=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F51 is #0DC0AE. Grayscale: #767676. Windows color (decimal): -901295 or 5324786. OLE color: 5324786.
HSL color Cylindrical-coordinate representation of color #F23F51: hue angle of 353.97º 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 #F23F51 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 81 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.05 |
| HSL | 353.97º | 0.87% | 0.6% | - |
| HSV(B) | 353.97º | 0.74% | 0.95% | - |
| XYZ | 39.88 | 23.03 | 10.13 | - |
| YUV | 118.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 81 | 0 | 0.74 | 0.67 | 0.05 | 353.97 | 0.87 | 0.6 |
| Hex | F2 | 3F | 51 | 0 | 4A | 43 | 5 | 162 | 57 | 3C |
| Octal | 362 | 77 | 121 | 0 | 112 | 103 | 5 | 542 | 127 | 74 |
| Binary | 11110010 | 111111 | 1010001 | 0 | 1001010 | 1000011 | 101 | 101100010 | 1010111 | 111100 |
Color Harmonies of #F23F51
Complementary color
Monochromatic Colors of #F23F51
Black with #F23F51
Text Example
Text Example
White with #F23F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F51; }
p { color: rgb(242,63,81); }
H1.HeaderClassName
{
color: #F23F51;
}
.AnyTagClassName
{
color: #F23F51;
}
</style>
background-color css
<style>
a { background-color: #F23F51; }
a { background-color: rgb(242,63,81); }
div.DivClassName
{
background-color: #F23F51;
}
.BgClassName
{
background-color: #F23F51;
}
</style>
border-color css
<style>
span { border-color: #F23F51; }
span { border-color: rgb(242,63,81); }
td.TdClassName
{
border-color: #F23F51;
}
.TagClassName
{
border-color: #F23F51;
}
</style>