Shades of Radical Red #F23459
Tints of Radical Red #F23459
RGB
CMYK
RGB Variations
Color information
#F23459 (or 0xF23459) is known color: Radical Red. HEX triplet: F2, 34 and 59. RGB value is (242,52,89). Sum of RGB (Red+Green+Blue) = 242+52+89=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F23459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23459 is #0DCBA6. Grayscale: #717171. Windows color (decimal): -904103 or 5846258. OLE color: 5846258.
HSL color Cylindrical-coordinate representation of color #F23459: hue angle of 348.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23459 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 89 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.05 |
| HSL | 348.32º | 0.88% | 0.58% | - |
| HSV(B) | 348.32º | 0.79% | 0.95% | - |
| XYZ | 39.65 | 22.05 | 11.62 | - |
| YUV | 113.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 89 | 0 | 0.79 | 0.63 | 0.05 | 348.32 | 0.88 | 0.58 |
| Hex | F2 | 34 | 59 | 0 | 4F | 3F | 5 | 15C | 58 | 3A |
| Octal | 362 | 64 | 131 | 0 | 117 | 77 | 5 | 534 | 130 | 72 |
| Binary | 11110010 | 110100 | 1011001 | 0 | 1001111 | 111111 | 101 | 101011100 | 1011000 | 111010 |
Color Harmonies of #F23459
Complementary color
Monochromatic Colors of #F23459
Black with #F23459
Text Example
Text Example
White with #F23459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23459; }
p { color: rgb(242,52,89); }
H1.HeaderClassName
{
color: #F23459;
}
.AnyTagClassName
{
color: #F23459;
}
</style>
background-color css
<style>
a { background-color: #F23459; }
a { background-color: rgb(242,52,89); }
div.DivClassName
{
background-color: #F23459;
}
.BgClassName
{
background-color: #F23459;
}
</style>
border-color css
<style>
span { border-color: #F23459; }
span { border-color: rgb(242,52,89); }
td.TdClassName
{
border-color: #F23459;
}
.TagClassName
{
border-color: #F23459;
}
</style>