Shades of Radical Red #F23C57
Tints of Radical Red #F23C57
RGB
CMYK
RGB Variations
Color information
#F23C57 (or 0xF23C57) is known color: Radical Red. HEX triplet: F2, 3C and 57. RGB value is (242,60,87). Sum of RGB (Red+Green+Blue) = 242+60+87=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C57 is #0DC3A8. Grayscale: #757575. Windows color (decimal): -902057 or 5717234. OLE color: 5717234.
HSL color Cylindrical-coordinate representation of color #F23C57: hue angle of 351.1º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C57 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 87 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.05 |
| HSL | 351.1º | 0.88% | 0.59% | - |
| HSV(B) | 351.1º | 0.75% | 0.95% | - |
| XYZ | 39.95 | 22.8 | 11.31 | - |
| YUV | 117.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 87 | 0 | 0.75 | 0.64 | 0.05 | 351.1 | 0.88 | 0.59 |
| Hex | F2 | 3C | 57 | 0 | 4B | 40 | 5 | 15F | 58 | 3B |
| Octal | 362 | 74 | 127 | 0 | 113 | 100 | 5 | 537 | 130 | 73 |
| Binary | 11110010 | 111100 | 1010111 | 0 | 1001011 | 1000000 | 101 | 101011111 | 1011000 | 111011 |
Color Harmonies of #F23C57
Complementary color
Monochromatic Colors of #F23C57
Black with #F23C57
Text Example
Text Example
White with #F23C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C57; }
p { color: rgb(242,60,87); }
H1.HeaderClassName
{
color: #F23C57;
}
.AnyTagClassName
{
color: #F23C57;
}
</style>
background-color css
<style>
a { background-color: #F23C57; }
a { background-color: rgb(242,60,87); }
div.DivClassName
{
background-color: #F23C57;
}
.BgClassName
{
background-color: #F23C57;
}
</style>
border-color css
<style>
span { border-color: #F23C57; }
span { border-color: rgb(242,60,87); }
td.TdClassName
{
border-color: #F23C57;
}
.TagClassName
{
border-color: #F23C57;
}
</style>