Shades of Radical Red #F23973
Tints of Radical Red #F23973
RGB
CMYK
RGB Variations
Color information
#F23973 (or 0xF23973) is known color: Radical Red. HEX triplet: F2, 39 and 73. RGB value is (242,57,115). Sum of RGB (Red+Green+Blue) = 242+57+115=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F23973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23973 is #0DC68C. Grayscale: #767676. Windows color (decimal): -902797 or 7551474. OLE color: 7551474.
HSL color Cylindrical-coordinate representation of color #F23973: hue angle of 341.19º 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 #F23973 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 115 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.05 |
| HSL | 341.19º | 0.88% | 0.59% | - |
| HSV(B) | 341.19º | 0.76% | 0.95% | - |
| XYZ | 41.18 | 23.04 | 18.5 | - |
| YUV | 118.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 115 | 0 | 0.76 | 0.52 | 0.05 | 341.19 | 0.88 | 0.59 |
| Hex | F2 | 39 | 73 | 0 | 4C | 34 | 5 | 155 | 58 | 3B |
| Octal | 362 | 71 | 163 | 0 | 114 | 64 | 5 | 525 | 130 | 73 |
| Binary | 11110010 | 111001 | 1110011 | 0 | 1001100 | 110100 | 101 | 101010101 | 1011000 | 111011 |
Color Harmonies of #F23973
Complementary color
Monochromatic Colors of #F23973
Black with #F23973
Text Example
Text Example
White with #F23973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23973; }
p { color: rgb(242,57,115); }
H1.HeaderClassName
{
color: #F23973;
}
.AnyTagClassName
{
color: #F23973;
}
</style>
background-color css
<style>
a { background-color: #F23973; }
a { background-color: rgb(242,57,115); }
div.DivClassName
{
background-color: #F23973;
}
.BgClassName
{
background-color: #F23973;
}
</style>
border-color css
<style>
span { border-color: #F23973; }
span { border-color: rgb(242,57,115); }
td.TdClassName
{
border-color: #F23973;
}
.TagClassName
{
border-color: #F23973;
}
</style>