Shades of Radical Red #F34A5D
Tints of Radical Red #F34A5D
RGB
CMYK
RGB Variations
Color information
#F34A5D (or 0xF34A5D) is known color: Radical Red. HEX triplet: F3, 4A and 5D. RGB value is (243,74,93). Sum of RGB (Red+Green+Blue) = 243+74+93=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A5D is #0CB5A2. Grayscale: #7E7E7E. Windows color (decimal): -832931 or 6114035. OLE color: 6114035.
HSL color Cylindrical-coordinate representation of color #F34A5D: hue angle of 353.25º 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 #F34A5D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 93 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 353.25º | 0.88% | 0.62% | - |
| HSV(B) | 353.25º | 0.7% | 0.95% | - |
| XYZ | 41.39 | 24.74 | 12.95 | - |
| YUV | 126.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 93 | 0 | 0.70 | 0.62 | 0.05 | 353.25 | 0.88 | 0.62 |
| Hex | F3 | 4A | 5D | 0 | 46 | 3E | 5 | 161 | 58 | 3E |
| Octal | 363 | 112 | 135 | 0 | 106 | 76 | 5 | 541 | 130 | 76 |
| Binary | 11110011 | 1001010 | 1011101 | 0 | 1000110 | 111110 | 101 | 101100001 | 1011000 | 111110 |
Color Harmonies of #F34A5D
Complementary color
Monochromatic Colors of #F34A5D
Black with #F34A5D
Text Example
Text Example
White with #F34A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A5D; }
p { color: rgb(243,74,93); }
H1.HeaderClassName
{
color: #F34A5D;
}
.AnyTagClassName
{
color: #F34A5D;
}
</style>
background-color css
<style>
a { background-color: #F34A5D; }
a { background-color: rgb(243,74,93); }
div.DivClassName
{
background-color: #F34A5D;
}
.BgClassName
{
background-color: #F34A5D;
}
</style>
border-color css
<style>
span { border-color: #F34A5D; }
span { border-color: rgb(243,74,93); }
td.TdClassName
{
border-color: #F34A5D;
}
.TagClassName
{
border-color: #F34A5D;
}
</style>