Shades of Radical Red #F23972
Tints of Radical Red #F23972
RGB
CMYK
RGB Variations
Color information
#F23972 (or 0xF23972) is known color: Radical Red. HEX triplet: F2, 39 and 72. RGB value is (242,57,114). Sum of RGB (Red+Green+Blue) = 242+57+114=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F23972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23972 is #0DC68D. Grayscale: #767676. Windows color (decimal): -902798 or 7485938. OLE color: 7485938.
HSL color Cylindrical-coordinate representation of color #F23972: hue angle of 341.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23972 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 114 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.05 |
| HSL | 341.51º | 0.88% | 0.59% | - |
| HSV(B) | 341.51º | 0.76% | 0.95% | - |
| XYZ | 41.12 | 23.02 | 18.2 | - |
| YUV | 118.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 114 | 0 | 0.76 | 0.53 | 0.05 | 341.51 | 0.88 | 0.59 |
| Hex | F2 | 39 | 72 | 0 | 4C | 35 | 5 | 156 | 58 | 3B |
| Octal | 362 | 71 | 162 | 0 | 114 | 65 | 5 | 526 | 130 | 73 |
| Binary | 11110010 | 111001 | 1110010 | 0 | 1001100 | 110101 | 101 | 101010110 | 1011000 | 111011 |
Color Harmonies of #F23972
Complementary color
Monochromatic Colors of #F23972
Black with #F23972
Text Example
Text Example
White with #F23972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23972; }
p { color: rgb(242,57,114); }
H1.HeaderClassName
{
color: #F23972;
}
.AnyTagClassName
{
color: #F23972;
}
</style>
background-color css
<style>
a { background-color: #F23972; }
a { background-color: rgb(242,57,114); }
div.DivClassName
{
background-color: #F23972;
}
.BgClassName
{
background-color: #F23972;
}
</style>
border-color css
<style>
span { border-color: #F23972; }
span { border-color: rgb(242,57,114); }
td.TdClassName
{
border-color: #F23972;
}
.TagClassName
{
border-color: #F23972;
}
</style>