Shades of Radical Red #F23C52
Tints of Radical Red #F23C52
RGB
CMYK
RGB Variations
Color information
#F23C52 (or 0xF23C52) is known color: Radical Red. HEX triplet: F2, 3C and 52. RGB value is (242,60,82). Sum of RGB (Red+Green+Blue) = 242+60+82=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C52 is #0DC3AD. Grayscale: #757575. Windows color (decimal): -902062 or 5389554. OLE color: 5389554.
HSL color Cylindrical-coordinate representation of color #F23C52: hue angle of 352.75º 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 #F23C52 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 82 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.05 |
| HSL | 352.75º | 0.88% | 0.59% | - |
| HSV(B) | 352.75º | 0.75% | 0.95% | - |
| XYZ | 39.76 | 22.72 | 10.27 | - |
| YUV | 116.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 82 | 0 | 0.75 | 0.66 | 0.05 | 352.75 | 0.88 | 0.59 |
| Hex | F2 | 3C | 52 | 0 | 4B | 42 | 5 | 161 | 58 | 3B |
| Octal | 362 | 74 | 122 | 0 | 113 | 102 | 5 | 541 | 130 | 73 |
| Binary | 11110010 | 111100 | 1010010 | 0 | 1001011 | 1000010 | 101 | 101100001 | 1011000 | 111011 |
Color Harmonies of #F23C52
Complementary color
Monochromatic Colors of #F23C52
Black with #F23C52
Text Example
Text Example
White with #F23C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C52; }
p { color: rgb(242,60,82); }
H1.HeaderClassName
{
color: #F23C52;
}
.AnyTagClassName
{
color: #F23C52;
}
</style>
background-color css
<style>
a { background-color: #F23C52; }
a { background-color: rgb(242,60,82); }
div.DivClassName
{
background-color: #F23C52;
}
.BgClassName
{
background-color: #F23C52;
}
</style>
border-color css
<style>
span { border-color: #F23C52; }
span { border-color: rgb(242,60,82); }
td.TdClassName
{
border-color: #F23C52;
}
.TagClassName
{
border-color: #F23C52;
}
</style>