Shades of Radical Red #F23C50
Tints of Radical Red #F23C50
RGB
CMYK
RGB Variations
Color information
#F23C50 (or 0xF23C50) is known color: Radical Red. HEX triplet: F2, 3C and 50. RGB value is (242,60,80). Sum of RGB (Red+Green+Blue) = 242+60+80=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C50 is #0DC3AF. Grayscale: #747474. Windows color (decimal): -902064 or 5258482. OLE color: 5258482.
HSL color Cylindrical-coordinate representation of color #F23C50: hue angle of 353.41º 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 #F23C50 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 80 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.05 |
| HSL | 353.41º | 0.88% | 0.59% | - |
| HSV(B) | 353.41º | 0.75% | 0.95% | - |
| XYZ | 39.68 | 22.69 | 9.88 | - |
| YUV | 116.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 80 | 0 | 0.75 | 0.67 | 0.05 | 353.41 | 0.88 | 0.59 |
| Hex | F2 | 3C | 50 | 0 | 4B | 43 | 5 | 161 | 58 | 3B |
| Octal | 362 | 74 | 120 | 0 | 113 | 103 | 5 | 541 | 130 | 73 |
| Binary | 11110010 | 111100 | 1010000 | 0 | 1001011 | 1000011 | 101 | 101100001 | 1011000 | 111011 |
Color Harmonies of #F23C50
Complementary color
Monochromatic Colors of #F23C50
Black with #F23C50
Text Example
Text Example
White with #F23C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C50; }
p { color: rgb(242,60,80); }
H1.HeaderClassName
{
color: #F23C50;
}
.AnyTagClassName
{
color: #F23C50;
}
</style>
background-color css
<style>
a { background-color: #F23C50; }
a { background-color: rgb(242,60,80); }
div.DivClassName
{
background-color: #F23C50;
}
.BgClassName
{
background-color: #F23C50;
}
</style>
border-color css
<style>
span { border-color: #F23C50; }
span { border-color: rgb(242,60,80); }
td.TdClassName
{
border-color: #F23C50;
}
.TagClassName
{
border-color: #F23C50;
}
</style>