Shades of Radical Red #F2494F
Tints of Radical Red #F2494F
RGB
CMYK
RGB Variations
Color information
#F2494F (or 0xF2494F) is known color: Radical Red. HEX triplet: F2, 49 and 4F. RGB value is (242,73,79). Sum of RGB (Red+Green+Blue) = 242+73+79=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F2494F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2494F is #0DB6B0. Grayscale: #7C7C7C. Windows color (decimal): -898737 or 5196274. OLE color: 5196274.
HSL color Cylindrical-coordinate representation of color #F2494F: hue angle of 357.87º 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 #F2494F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 79 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.05 |
| HSL | 357.87º | 0.87% | 0.62% | - |
| HSV(B) | 357.87º | 0.7% | 0.95% | - |
| XYZ | 40.41 | 24.21 | 9.94 | - |
| YUV | 124.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 79 | 0 | 0.70 | 0.67 | 0.05 | 357.87 | 0.87 | 0.62 |
| Hex | F2 | 49 | 4F | 0 | 46 | 43 | 5 | 166 | 57 | 3E |
| Octal | 362 | 111 | 117 | 0 | 106 | 103 | 5 | 546 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1001111 | 0 | 1000110 | 1000011 | 101 | 101100110 | 1010111 | 111110 |
Color Harmonies of #F2494F
Complementary color
Monochromatic Colors of #F2494F
Black with #F2494F
Text Example
Text Example
White with #F2494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2494F; }
p { color: rgb(242,73,79); }
H1.HeaderClassName
{
color: #F2494F;
}
.AnyTagClassName
{
color: #F2494F;
}
</style>
background-color css
<style>
a { background-color: #F2494F; }
a { background-color: rgb(242,73,79); }
div.DivClassName
{
background-color: #F2494F;
}
.BgClassName
{
background-color: #F2494F;
}
</style>
border-color css
<style>
span { border-color: #F2494F; }
span { border-color: rgb(242,73,79); }
td.TdClassName
{
border-color: #F2494F;
}
.TagClassName
{
border-color: #F2494F;
}
</style>