Shades of Radical Red #F34E5F
Tints of Radical Red #F34E5F
RGB
CMYK
RGB Variations
Color information
#F34E5F (or 0xF34E5F) is known color: Radical Red. HEX triplet: F3, 4E and 5F. RGB value is (243,78,95). Sum of RGB (Red+Green+Blue) = 243+78+95=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E5F is #0CB1A0. Grayscale: #818181. Windows color (decimal): -831905 or 6246131. OLE color: 6246131.
HSL color Cylindrical-coordinate representation of color #F34E5F: hue angle of 353.82º 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 #F34E5F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 95 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.05 |
| HSL | 353.82º | 0.87% | 0.63% | - |
| HSV(B) | 353.82º | 0.68% | 0.95% | - |
| XYZ | 41.75 | 25.33 | 13.52 | - |
| YUV | 129.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 95 | 0 | 0.68 | 0.61 | 0.05 | 353.82 | 0.87 | 0.63 |
| Hex | F3 | 4E | 5F | 0 | 44 | 3D | 5 | 162 | 57 | 3F |
| Octal | 363 | 116 | 137 | 0 | 104 | 75 | 5 | 542 | 127 | 77 |
| Binary | 11110011 | 1001110 | 1011111 | 0 | 1000100 | 111101 | 101 | 101100010 | 1010111 | 111111 |
Color Harmonies of #F34E5F
Complementary color
Monochromatic Colors of #F34E5F
Black with #F34E5F
Text Example
Text Example
White with #F34E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E5F; }
p { color: rgb(243,78,95); }
H1.HeaderClassName
{
color: #F34E5F;
}
.AnyTagClassName
{
color: #F34E5F;
}
</style>
background-color css
<style>
a { background-color: #F34E5F; }
a { background-color: rgb(243,78,95); }
div.DivClassName
{
background-color: #F34E5F;
}
.BgClassName
{
background-color: #F34E5F;
}
</style>
border-color css
<style>
span { border-color: #F34E5F; }
span { border-color: rgb(243,78,95); }
td.TdClassName
{
border-color: #F34E5F;
}
.TagClassName
{
border-color: #F34E5F;
}
</style>