Shades of Radical Red #F23159
Tints of Radical Red #F23159
RGB
CMYK
RGB Variations
Color information
#F23159 (or 0xF23159) is known color: Radical Red. HEX triplet: F2, 31 and 59. RGB value is (242,49,89). Sum of RGB (Red+Green+Blue) = 242+49+89=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F23159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23159 is #0DCEA6. Grayscale: #6F6F6F. Windows color (decimal): -904871 or 5845490. OLE color: 5845490.
HSL color Cylindrical-coordinate representation of color #F23159: hue angle of 347.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23159 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 89 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.05 |
| HSL | 347.56º | 0.88% | 0.57% | - |
| HSV(B) | 347.56º | 0.8% | 0.95% | - |
| XYZ | 39.52 | 21.8 | 11.58 | - |
| YUV | 111.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 89 | 0 | 0.80 | 0.63 | 0.05 | 347.56 | 0.88 | 0.57 |
| Hex | F2 | 31 | 59 | 0 | 50 | 3F | 5 | 15C | 58 | 39 |
| Octal | 362 | 61 | 131 | 0 | 120 | 77 | 5 | 534 | 130 | 71 |
| Binary | 11110010 | 110001 | 1011001 | 0 | 1010000 | 111111 | 101 | 101011100 | 1011000 | 111001 |
Color Harmonies of #F23159
Complementary color
Monochromatic Colors of #F23159
Black with #F23159
Text Example
Text Example
White with #F23159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23159; }
p { color: rgb(242,49,89); }
H1.HeaderClassName
{
color: #F23159;
}
.AnyTagClassName
{
color: #F23159;
}
</style>
background-color css
<style>
a { background-color: #F23159; }
a { background-color: rgb(242,49,89); }
div.DivClassName
{
background-color: #F23159;
}
.BgClassName
{
background-color: #F23159;
}
</style>
border-color css
<style>
span { border-color: #F23159; }
span { border-color: rgb(242,49,89); }
td.TdClassName
{
border-color: #F23159;
}
.TagClassName
{
border-color: #F23159;
}
</style>