Shades of Radical Red #F23A56
Tints of Radical Red #F23A56
RGB
CMYK
RGB Variations
Color information
#F23A56 (or 0xF23A56) is known color: Radical Red. HEX triplet: F2, 3A and 56. RGB value is (242,58,86). Sum of RGB (Red+Green+Blue) = 242+58+86=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A56 is #0DC5A9. Grayscale: #747474. Windows color (decimal): -902570 or 5651186. OLE color: 5651186.
HSL color Cylindrical-coordinate representation of color #F23A56: hue angle of 350.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23A56 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 86 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.05 |
| HSL | 350.87º | 0.88% | 0.59% | - |
| HSV(B) | 350.87º | 0.76% | 0.95% | - |
| XYZ | 39.81 | 22.58 | 11.06 | - |
| YUV | 116.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 86 | 0 | 0.76 | 0.64 | 0.05 | 350.87 | 0.88 | 0.59 |
| Hex | F2 | 3A | 56 | 0 | 4C | 40 | 5 | 15F | 58 | 3B |
| Octal | 362 | 72 | 126 | 0 | 114 | 100 | 5 | 537 | 130 | 73 |
| Binary | 11110010 | 111010 | 1010110 | 0 | 1001100 | 1000000 | 101 | 101011111 | 1011000 | 111011 |
Color Harmonies of #F23A56
Complementary color
Monochromatic Colors of #F23A56
Black with #F23A56
Text Example
Text Example
White with #F23A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A56; }
p { color: rgb(242,58,86); }
H1.HeaderClassName
{
color: #F23A56;
}
.AnyTagClassName
{
color: #F23A56;
}
</style>
background-color css
<style>
a { background-color: #F23A56; }
a { background-color: rgb(242,58,86); }
div.DivClassName
{
background-color: #F23A56;
}
.BgClassName
{
background-color: #F23A56;
}
</style>
border-color css
<style>
span { border-color: #F23A56; }
span { border-color: rgb(242,58,86); }
td.TdClassName
{
border-color: #F23A56;
}
.TagClassName
{
border-color: #F23A56;
}
</style>