Shades of Radical Red #F23059
Tints of Radical Red #F23059
RGB
CMYK
RGB Variations
Color information
#F23059 (or 0xF23059) is known color: Radical Red. HEX triplet: F2, 30 and 59. RGB value is (242,48,89). Sum of RGB (Red+Green+Blue) = 242+48+89=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F23059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23059 is #0DCFA6. Grayscale: #6E6E6E. Windows color (decimal): -905127 or 5845234. OLE color: 5845234.
HSL color Cylindrical-coordinate representation of color #F23059: hue angle of 347.32º 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 #F23059 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 89 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.05 |
| HSL | 347.32º | 0.88% | 0.57% | - |
| HSV(B) | 347.32º | 0.8% | 0.95% | - |
| XYZ | 39.48 | 21.71 | 11.56 | - |
| YUV | 110.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 89 | 0 | 0.80 | 0.63 | 0.05 | 347.32 | 0.88 | 0.57 |
| Hex | F2 | 30 | 59 | 0 | 50 | 3F | 5 | 15B | 58 | 39 |
| Octal | 362 | 60 | 131 | 0 | 120 | 77 | 5 | 533 | 130 | 71 |
| Binary | 11110010 | 110000 | 1011001 | 0 | 1010000 | 111111 | 101 | 101011011 | 1011000 | 111001 |
Color Harmonies of #F23059
Complementary color
Monochromatic Colors of #F23059
Black with #F23059
Text Example
Text Example
White with #F23059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23059; }
p { color: rgb(242,48,89); }
H1.HeaderClassName
{
color: #F23059;
}
.AnyTagClassName
{
color: #F23059;
}
</style>
background-color css
<style>
a { background-color: #F23059; }
a { background-color: rgb(242,48,89); }
div.DivClassName
{
background-color: #F23059;
}
.BgClassName
{
background-color: #F23059;
}
</style>
border-color css
<style>
span { border-color: #F23059; }
span { border-color: rgb(242,48,89); }
td.TdClassName
{
border-color: #F23059;
}
.TagClassName
{
border-color: #F23059;
}
</style>