Shades of Radical Red #F23C4F
Tints of Radical Red #F23C4F
RGB
CMYK
RGB Variations
Color information
#F23C4F (or 0xF23C4F) is known color: Radical Red. HEX triplet: F2, 3C and 4F. RGB value is (242,60,79). Sum of RGB (Red+Green+Blue) = 242+60+79=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C4F is #0DC3B0. Grayscale: #747474. Windows color (decimal): -902065 or 5192946. OLE color: 5192946.
HSL color Cylindrical-coordinate representation of color #F23C4F: hue angle of 353.74º 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 #F23C4F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 79 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.05 |
| HSL | 353.74º | 0.88% | 0.59% | - |
| HSV(B) | 353.74º | 0.75% | 0.95% | - |
| XYZ | 39.65 | 22.67 | 9.68 | - |
| YUV | 116.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 79 | 0 | 0.75 | 0.67 | 0.05 | 353.74 | 0.88 | 0.59 |
| Hex | F2 | 3C | 4F | 0 | 4B | 43 | 5 | 162 | 58 | 3B |
| Octal | 362 | 74 | 117 | 0 | 113 | 103 | 5 | 542 | 130 | 73 |
| Binary | 11110010 | 111100 | 1001111 | 0 | 1001011 | 1000011 | 101 | 101100010 | 1011000 | 111011 |
Color Harmonies of #F23C4F
Complementary color
Monochromatic Colors of #F23C4F
Black with #F23C4F
Text Example
Text Example
White with #F23C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C4F; }
p { color: rgb(242,60,79); }
H1.HeaderClassName
{
color: #F23C4F;
}
.AnyTagClassName
{
color: #F23C4F;
}
</style>
background-color css
<style>
a { background-color: #F23C4F; }
a { background-color: rgb(242,60,79); }
div.DivClassName
{
background-color: #F23C4F;
}
.BgClassName
{
background-color: #F23C4F;
}
</style>
border-color css
<style>
span { border-color: #F23C4F; }
span { border-color: rgb(242,60,79); }
td.TdClassName
{
border-color: #F23C4F;
}
.TagClassName
{
border-color: #F23C4F;
}
</style>