Shades of Radical Red #F23C56
Tints of Radical Red #F23C56
RGB
CMYK
RGB Variations
Color information
#F23C56 (or 0xF23C56) is known color: Radical Red. HEX triplet: F2, 3C and 56. RGB value is (242,60,86). Sum of RGB (Red+Green+Blue) = 242+60+86=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C56 is #0DC3A9. Grayscale: #757575. Windows color (decimal): -902058 or 5651698. OLE color: 5651698.
HSL color Cylindrical-coordinate representation of color #F23C56: hue angle of 351.43º 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 #F23C56 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 86 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.05 |
| HSL | 351.43º | 0.88% | 0.59% | - |
| HSV(B) | 351.43º | 0.75% | 0.95% | - |
| XYZ | 39.91 | 22.78 | 11.1 | - |
| YUV | 117.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 86 | 0 | 0.75 | 0.64 | 0.05 | 351.43 | 0.88 | 0.59 |
| Hex | F2 | 3C | 56 | 0 | 4B | 40 | 5 | 15F | 58 | 3B |
| Octal | 362 | 74 | 126 | 0 | 113 | 100 | 5 | 537 | 130 | 73 |
| Binary | 11110010 | 111100 | 1010110 | 0 | 1001011 | 1000000 | 101 | 101011111 | 1011000 | 111011 |
Color Harmonies of #F23C56
Complementary color
Monochromatic Colors of #F23C56
Black with #F23C56
Text Example
Text Example
White with #F23C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C56; }
p { color: rgb(242,60,86); }
H1.HeaderClassName
{
color: #F23C56;
}
.AnyTagClassName
{
color: #F23C56;
}
</style>
background-color css
<style>
a { background-color: #F23C56; }
a { background-color: rgb(242,60,86); }
div.DivClassName
{
background-color: #F23C56;
}
.BgClassName
{
background-color: #F23C56;
}
</style>
border-color css
<style>
span { border-color: #F23C56; }
span { border-color: rgb(242,60,86); }
td.TdClassName
{
border-color: #F23C56;
}
.TagClassName
{
border-color: #F23C56;
}
</style>