Shades of Radical Red #F23A55
Tints of Radical Red #F23A55
RGB
CMYK
RGB Variations
Color information
#F23A55 (or 0xF23A55) is known color: Radical Red. HEX triplet: F2, 3A and 55. RGB value is (242,58,85). Sum of RGB (Red+Green+Blue) = 242+58+85=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A55 is #0DC5AA. Grayscale: #747474. Windows color (decimal): -902571 or 5585650. OLE color: 5585650.
HSL color Cylindrical-coordinate representation of color #F23A55: hue angle of 351.2º 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 #F23A55 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 85 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.05 |
| HSL | 351.2º | 0.88% | 0.59% | - |
| HSV(B) | 351.2º | 0.76% | 0.95% | - |
| XYZ | 39.77 | 22.56 | 10.85 | - |
| YUV | 116.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 85 | 0 | 0.76 | 0.65 | 0.05 | 351.2 | 0.88 | 0.59 |
| Hex | F2 | 3A | 55 | 0 | 4C | 41 | 5 | 15F | 58 | 3B |
| Octal | 362 | 72 | 125 | 0 | 114 | 101 | 5 | 537 | 130 | 73 |
| Binary | 11110010 | 111010 | 1010101 | 0 | 1001100 | 1000001 | 101 | 101011111 | 1011000 | 111011 |
Color Harmonies of #F23A55
Complementary color
Monochromatic Colors of #F23A55
Black with #F23A55
Text Example
Text Example
White with #F23A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A55; }
p { color: rgb(242,58,85); }
H1.HeaderClassName
{
color: #F23A55;
}
.AnyTagClassName
{
color: #F23A55;
}
</style>
background-color css
<style>
a { background-color: #F23A55; }
a { background-color: rgb(242,58,85); }
div.DivClassName
{
background-color: #F23A55;
}
.BgClassName
{
background-color: #F23A55;
}
</style>
border-color css
<style>
span { border-color: #F23A55; }
span { border-color: rgb(242,58,85); }
td.TdClassName
{
border-color: #F23A55;
}
.TagClassName
{
border-color: #F23A55;
}
</style>