Shades of Radical Red #F34E51
Tints of Radical Red #F34E51
RGB
CMYK
RGB Variations
Color information
#F34E51 (or 0xF34E51) is known color: Radical Red. HEX triplet: F3, 4E and 51. RGB value is (243,78,81). Sum of RGB (Red+Green+Blue) = 243+78+81=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E51 is #0CB1AE. Grayscale: #7F7F7F. Windows color (decimal): -831919 or 5328627. OLE color: 5328627.
HSL color Cylindrical-coordinate representation of color #F34E51: hue angle of 358.91º 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 #F34E51 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 81 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.05 |
| HSL | 358.91º | 0.87% | 0.63% | - |
| HSV(B) | 358.91º | 0.68% | 0.95% | - |
| XYZ | 41.17 | 25.1 | 10.46 | - |
| YUV | 127.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 81 | 0 | 0.68 | 0.67 | 0.05 | 358.91 | 0.87 | 0.63 |
| Hex | F3 | 4E | 51 | 0 | 44 | 43 | 5 | 167 | 57 | 3F |
| Octal | 363 | 116 | 121 | 0 | 104 | 103 | 5 | 547 | 127 | 77 |
| Binary | 11110011 | 1001110 | 1010001 | 0 | 1000100 | 1000011 | 101 | 101100111 | 1010111 | 111111 |
Color Harmonies of #F34E51
Complementary color
Monochromatic Colors of #F34E51
Black with #F34E51
Text Example
Text Example
White with #F34E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E51; }
p { color: rgb(243,78,81); }
H1.HeaderClassName
{
color: #F34E51;
}
.AnyTagClassName
{
color: #F34E51;
}
</style>
background-color css
<style>
a { background-color: #F34E51; }
a { background-color: rgb(243,78,81); }
div.DivClassName
{
background-color: #F34E51;
}
.BgClassName
{
background-color: #F34E51;
}
</style>
border-color css
<style>
span { border-color: #F34E51; }
span { border-color: rgb(243,78,81); }
td.TdClassName
{
border-color: #F34E51;
}
.TagClassName
{
border-color: #F34E51;
}
</style>