Shades of Radical Red #F34E5E
Tints of Radical Red #F34E5E
RGB
CMYK
RGB Variations
Color information
#F34E5E (or 0xF34E5E) is known color: Radical Red. HEX triplet: F3, 4E and 5E. RGB value is (243,78,94). Sum of RGB (Red+Green+Blue) = 243+78+94=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E5E is #0CB1A1. Grayscale: #818181. Windows color (decimal): -831906 or 6180595. OLE color: 6180595.
HSL color Cylindrical-coordinate representation of color #F34E5E: hue angle of 354.18º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34E5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 94 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.05 |
| HSL | 354.18º | 0.87% | 0.63% | - |
| HSV(B) | 354.18º | 0.68% | 0.95% | - |
| XYZ | 41.71 | 25.31 | 13.28 | - |
| YUV | 129.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 94 | 0 | 0.68 | 0.61 | 0.05 | 354.18 | 0.87 | 0.63 |
| Hex | F3 | 4E | 5E | 0 | 44 | 3D | 5 | 162 | 57 | 3F |
| Octal | 363 | 116 | 136 | 0 | 104 | 75 | 5 | 542 | 127 | 77 |
| Binary | 11110011 | 1001110 | 1011110 | 0 | 1000100 | 111101 | 101 | 101100010 | 1010111 | 111111 |
Color Harmonies of #F34E5E
Complementary color
Monochromatic Colors of #F34E5E
Black with #F34E5E
Text Example
Text Example
White with #F34E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E5E; }
p { color: rgb(243,78,94); }
H1.HeaderClassName
{
color: #F34E5E;
}
.AnyTagClassName
{
color: #F34E5E;
}
</style>
background-color css
<style>
a { background-color: #F34E5E; }
a { background-color: rgb(243,78,94); }
div.DivClassName
{
background-color: #F34E5E;
}
.BgClassName
{
background-color: #F34E5E;
}
</style>
border-color css
<style>
span { border-color: #F34E5E; }
span { border-color: rgb(243,78,94); }
td.TdClassName
{
border-color: #F34E5E;
}
.TagClassName
{
border-color: #F34E5E;
}
</style>