Shades of Radical Red #F2494D
Tints of Radical Red #F2494D
RGB
CMYK
RGB Variations
Color information
#F2494D (or 0xF2494D) is known color: Radical Red. HEX triplet: F2, 49 and 4D. RGB value is (242,73,77). Sum of RGB (Red+Green+Blue) = 242+73+77=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2494D is #0DB6B2. Grayscale: #7C7C7C. Windows color (decimal): -898739 or 5065202. OLE color: 5065202.
HSL color Cylindrical-coordinate representation of color #F2494D: hue angle of 358.58º degrees, saturation: 0.87, 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 #F2494D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.05 |
| HSL | 358.58º | 0.87% | 0.62% | - |
| HSV(B) | 358.58º | 0.7% | 0.95% | - |
| XYZ | 40.34 | 24.18 | 9.56 | - |
| YUV | 123.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 77 | 0 | 0.70 | 0.68 | 0.05 | 358.58 | 0.87 | 0.62 |
| Hex | F2 | 49 | 4D | 0 | 46 | 44 | 5 | 167 | 57 | 3E |
| Octal | 362 | 111 | 115 | 0 | 106 | 104 | 5 | 547 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1001101 | 0 | 1000110 | 1000100 | 101 | 101100111 | 1010111 | 111110 |
Color Harmonies of #F2494D
Complementary color
Monochromatic Colors of #F2494D
Black with #F2494D
Text Example
Text Example
White with #F2494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2494D; }
p { color: rgb(242,73,77); }
H1.HeaderClassName
{
color: #F2494D;
}
.AnyTagClassName
{
color: #F2494D;
}
</style>
background-color css
<style>
a { background-color: #F2494D; }
a { background-color: rgb(242,73,77); }
div.DivClassName
{
background-color: #F2494D;
}
.BgClassName
{
background-color: #F2494D;
}
</style>
border-color css
<style>
span { border-color: #F2494D; }
span { border-color: rgb(242,73,77); }
td.TdClassName
{
border-color: #F2494D;
}
.TagClassName
{
border-color: #F2494D;
}
</style>