Shades of Radical Red #F23559
Tints of Radical Red #F23559
RGB
CMYK
RGB Variations
Color information
#F23559 (or 0xF23559) is known color: Radical Red. HEX triplet: F2, 35 and 59. RGB value is (242,53,89). Sum of RGB (Red+Green+Blue) = 242+53+89=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F23559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23559 is #0DCAA6. Grayscale: #717171. Windows color (decimal): -903847 or 5846514. OLE color: 5846514.
HSL color Cylindrical-coordinate representation of color #F23559: hue angle of 348.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23559 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 89 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.05 |
| HSL | 348.57º | 0.88% | 0.58% | - |
| HSV(B) | 348.57º | 0.78% | 0.95% | - |
| XYZ | 39.69 | 22.14 | 11.63 | - |
| YUV | 113.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 89 | 0 | 0.78 | 0.63 | 0.05 | 348.57 | 0.88 | 0.58 |
| Hex | F2 | 35 | 59 | 0 | 4E | 3F | 5 | 15D | 58 | 3A |
| Octal | 362 | 65 | 131 | 0 | 116 | 77 | 5 | 535 | 130 | 72 |
| Binary | 11110010 | 110101 | 1011001 | 0 | 1001110 | 111111 | 101 | 101011101 | 1011000 | 111010 |
Color Harmonies of #F23559
Complementary color
Monochromatic Colors of #F23559
Black with #F23559
Text Example
Text Example
White with #F23559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23559; }
p { color: rgb(242,53,89); }
H1.HeaderClassName
{
color: #F23559;
}
.AnyTagClassName
{
color: #F23559;
}
</style>
background-color css
<style>
a { background-color: #F23559; }
a { background-color: rgb(242,53,89); }
div.DivClassName
{
background-color: #F23559;
}
.BgClassName
{
background-color: #F23559;
}
</style>
border-color css
<style>
span { border-color: #F23559; }
span { border-color: rgb(242,53,89); }
td.TdClassName
{
border-color: #F23559;
}
.TagClassName
{
border-color: #F23559;
}
</style>