Shades of Radical Red #F23C71
Tints of Radical Red #F23C71
RGB
CMYK
RGB Variations
Color information
#F23C71 (or 0xF23C71) is known color: Radical Red. HEX triplet: F2, 3C and 71. RGB value is (242,60,113). Sum of RGB (Red+Green+Blue) = 242+60+113=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C71 is #0DC38E. Grayscale: #787878. Windows color (decimal): -902031 or 7421170. OLE color: 7421170.
HSL color Cylindrical-coordinate representation of color #F23C71: hue angle of 342.53º 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 #F23C71 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 113 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.05 |
| HSL | 342.53º | 0.88% | 0.59% | - |
| HSV(B) | 342.53º | 0.75% | 0.95% | - |
| XYZ | 41.21 | 23.3 | 17.95 | - |
| YUV | 120.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 113 | 0 | 0.75 | 0.53 | 0.05 | 342.53 | 0.88 | 0.59 |
| Hex | F2 | 3C | 71 | 0 | 4B | 35 | 5 | 157 | 58 | 3B |
| Octal | 362 | 74 | 161 | 0 | 113 | 65 | 5 | 527 | 130 | 73 |
| Binary | 11110010 | 111100 | 1110001 | 0 | 1001011 | 110101 | 101 | 101010111 | 1011000 | 111011 |
Color Harmonies of #F23C71
Complementary color
Monochromatic Colors of #F23C71
Black with #F23C71
Text Example
Text Example
White with #F23C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C71; }
p { color: rgb(242,60,113); }
H1.HeaderClassName
{
color: #F23C71;
}
.AnyTagClassName
{
color: #F23C71;
}
</style>
background-color css
<style>
a { background-color: #F23C71; }
a { background-color: rgb(242,60,113); }
div.DivClassName
{
background-color: #F23C71;
}
.BgClassName
{
background-color: #F23C71;
}
</style>
border-color css
<style>
span { border-color: #F23C71; }
span { border-color: rgb(242,60,113); }
td.TdClassName
{
border-color: #F23C71;
}
.TagClassName
{
border-color: #F23C71;
}
</style>