Shades of Radical Red #F34A5E
Tints of Radical Red #F34A5E
RGB
CMYK
RGB Variations
Color information
#F34A5E (or 0xF34A5E) is known color: Radical Red. HEX triplet: F3, 4A and 5E. RGB value is (243,74,94). Sum of RGB (Red+Green+Blue) = 243+74+94=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A5E is #0CB5A1. Grayscale: #7E7E7E. Windows color (decimal): -832930 or 6179571. OLE color: 6179571.
HSL color Cylindrical-coordinate representation of color #F34A5E: hue angle of 352.9º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A5E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 94 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.05 |
| HSL | 352.9º | 0.88% | 0.62% | - |
| HSV(B) | 352.9º | 0.7% | 0.95% | - |
| XYZ | 41.43 | 24.76 | 13.19 | - |
| YUV | 126.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 94 | 0 | 0.70 | 0.61 | 0.05 | 352.9 | 0.88 | 0.62 |
| Hex | F3 | 4A | 5E | 0 | 46 | 3D | 5 | 161 | 58 | 3E |
| Octal | 363 | 112 | 136 | 0 | 106 | 75 | 5 | 541 | 130 | 76 |
| Binary | 11110011 | 1001010 | 1011110 | 0 | 1000110 | 111101 | 101 | 101100001 | 1011000 | 111110 |
Color Harmonies of #F34A5E
Complementary color
Monochromatic Colors of #F34A5E
Black with #F34A5E
Text Example
Text Example
White with #F34A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A5E; }
p { color: rgb(243,74,94); }
H1.HeaderClassName
{
color: #F34A5E;
}
.AnyTagClassName
{
color: #F34A5E;
}
</style>
background-color css
<style>
a { background-color: #F34A5E; }
a { background-color: rgb(243,74,94); }
div.DivClassName
{
background-color: #F34A5E;
}
.BgClassName
{
background-color: #F34A5E;
}
</style>
border-color css
<style>
span { border-color: #F34A5E; }
span { border-color: rgb(243,74,94); }
td.TdClassName
{
border-color: #F34A5E;
}
.TagClassName
{
border-color: #F34A5E;
}
</style>