Shades of Radical Red #F3494D
Tints of Radical Red #F3494D
RGB
CMYK
RGB Variations
Color information
#F3494D (or 0xF3494D) is known color: Radical Red. HEX triplet: F3, 49 and 4D. RGB value is (243,73,77). Sum of RGB (Red+Green+Blue) = 243+73+77=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F3494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3494D is #0CB6B2. Grayscale: #7C7C7C. Windows color (decimal): -833203 or 5065203. OLE color: 5065203.
HSL color Cylindrical-coordinate representation of color #F3494D: hue angle of 358.59º 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 #F3494D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.05 |
| HSL | 358.59º | 0.88% | 0.62% | - |
| HSV(B) | 358.59º | 0.7% | 0.95% | - |
| XYZ | 40.68 | 24.36 | 9.58 | - |
| YUV | 124.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 77 | 0 | 0.70 | 0.68 | 0.05 | 358.59 | 0.88 | 0.62 |
| Hex | F3 | 49 | 4D | 0 | 46 | 44 | 5 | 167 | 58 | 3E |
| Octal | 363 | 111 | 115 | 0 | 106 | 104 | 5 | 547 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1001101 | 0 | 1000110 | 1000100 | 101 | 101100111 | 1011000 | 111110 |
Color Harmonies of #F3494D
Complementary color
Monochromatic Colors of #F3494D
Black with #F3494D
Text Example
Text Example
White with #F3494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3494D; }
p { color: rgb(243,73,77); }
H1.HeaderClassName
{
color: #F3494D;
}
.AnyTagClassName
{
color: #F3494D;
}
</style>
background-color css
<style>
a { background-color: #F3494D; }
a { background-color: rgb(243,73,77); }
div.DivClassName
{
background-color: #F3494D;
}
.BgClassName
{
background-color: #F3494D;
}
</style>
border-color css
<style>
span { border-color: #F3494D; }
span { border-color: rgb(243,73,77); }
td.TdClassName
{
border-color: #F3494D;
}
.TagClassName
{
border-color: #F3494D;
}
</style>