Shades of Radical Red #F23D5E
Tints of Radical Red #F23D5E
RGB
CMYK
RGB Variations
Color information
#F23D5E (or 0xF23D5E) is known color: Radical Red. HEX triplet: F2, 3D and 5E. RGB value is (242,61,94). Sum of RGB (Red+Green+Blue) = 242+61+94=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D5E is #0DC2A1. Grayscale: #767676. Windows color (decimal): -901794 or 6176242. OLE color: 6176242.
HSL color Cylindrical-coordinate representation of color #F23D5E: hue angle of 349.06º degrees, saturation: 0.87, 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 #F23D5E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 94 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.05 |
| HSL | 349.06º | 0.87% | 0.59% | - |
| HSV(B) | 349.06º | 0.75% | 0.95% | - |
| XYZ | 40.31 | 23.02 | 12.91 | - |
| YUV | 118.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 94 | 0 | 0.75 | 0.61 | 0.05 | 349.06 | 0.87 | 0.59 |
| Hex | F2 | 3D | 5E | 0 | 4B | 3D | 5 | 15D | 57 | 3B |
| Octal | 362 | 75 | 136 | 0 | 113 | 75 | 5 | 535 | 127 | 73 |
| Binary | 11110010 | 111101 | 1011110 | 0 | 1001011 | 111101 | 101 | 101011101 | 1010111 | 111011 |
Color Harmonies of #F23D5E
Complementary color
Monochromatic Colors of #F23D5E
Black with #F23D5E
Text Example
Text Example
White with #F23D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D5E; }
p { color: rgb(242,61,94); }
H1.HeaderClassName
{
color: #F23D5E;
}
.AnyTagClassName
{
color: #F23D5E;
}
</style>
background-color css
<style>
a { background-color: #F23D5E; }
a { background-color: rgb(242,61,94); }
div.DivClassName
{
background-color: #F23D5E;
}
.BgClassName
{
background-color: #F23D5E;
}
</style>
border-color css
<style>
span { border-color: #F23D5E; }
span { border-color: rgb(242,61,94); }
td.TdClassName
{
border-color: #F23D5E;
}
.TagClassName
{
border-color: #F23D5E;
}
</style>