Shades of Radical Red #F23558
Tints of Radical Red #F23558
RGB
CMYK
RGB Variations
Color information
#F23558 (or 0xF23558) is known color: Radical Red. HEX triplet: F2, 35 and 58. RGB value is (242,53,88). Sum of RGB (Red+Green+Blue) = 242+53+88=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F23558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23558 is #0DCAA7. Grayscale: #717171. Windows color (decimal): -903848 or 5780978. OLE color: 5780978.
HSL color Cylindrical-coordinate representation of color #F23558: hue angle of 348.89º 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 #F23558 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 88 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.05 |
| HSL | 348.89º | 0.88% | 0.58% | - |
| HSV(B) | 348.89º | 0.78% | 0.95% | - |
| XYZ | 39.65 | 22.13 | 11.41 | - |
| YUV | 113.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 88 | 0 | 0.78 | 0.64 | 0.05 | 348.89 | 0.88 | 0.58 |
| Hex | F2 | 35 | 58 | 0 | 4E | 40 | 5 | 15D | 58 | 3A |
| Octal | 362 | 65 | 130 | 0 | 116 | 100 | 5 | 535 | 130 | 72 |
| Binary | 11110010 | 110101 | 1011000 | 0 | 1001110 | 1000000 | 101 | 101011101 | 1011000 | 111010 |
Color Harmonies of #F23558
Complementary color
Monochromatic Colors of #F23558
Black with #F23558
Text Example
Text Example
White with #F23558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23558; }
p { color: rgb(242,53,88); }
H1.HeaderClassName
{
color: #F23558;
}
.AnyTagClassName
{
color: #F23558;
}
</style>
background-color css
<style>
a { background-color: #F23558; }
a { background-color: rgb(242,53,88); }
div.DivClassName
{
background-color: #F23558;
}
.BgClassName
{
background-color: #F23558;
}
</style>
border-color css
<style>
span { border-color: #F23558; }
span { border-color: rgb(242,53,88); }
td.TdClassName
{
border-color: #F23558;
}
.TagClassName
{
border-color: #F23558;
}
</style>