Shades of Radical Red #F2474F
Tints of Radical Red #F2474F
RGB
CMYK
RGB Variations
Color information
#F2474F (or 0xF2474F) is known color: Radical Red. HEX triplet: F2, 47 and 4F. RGB value is (242,71,79). Sum of RGB (Red+Green+Blue) = 242+71+79=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2474F is #0DB8B0. Grayscale: #7B7B7B. Windows color (decimal): -899249 or 5195762. OLE color: 5195762.
HSL color Cylindrical-coordinate representation of color #F2474F: hue angle of 357.19º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2474F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 79 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.05 |
| HSL | 357.19º | 0.87% | 0.61% | - |
| HSV(B) | 357.19º | 0.71% | 0.95% | - |
| XYZ | 40.28 | 23.95 | 9.9 | - |
| YUV | 123.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 79 | 0 | 0.71 | 0.67 | 0.05 | 357.19 | 0.87 | 0.61 |
| Hex | F2 | 47 | 4F | 0 | 47 | 43 | 5 | 165 | 57 | 3D |
| Octal | 362 | 107 | 117 | 0 | 107 | 103 | 5 | 545 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1001111 | 0 | 1000111 | 1000011 | 101 | 101100101 | 1010111 | 111101 |
Color Harmonies of #F2474F
Complementary color
Monochromatic Colors of #F2474F
Black with #F2474F
Text Example
Text Example
White with #F2474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2474F; }
p { color: rgb(242,71,79); }
H1.HeaderClassName
{
color: #F2474F;
}
.AnyTagClassName
{
color: #F2474F;
}
</style>
background-color css
<style>
a { background-color: #F2474F; }
a { background-color: rgb(242,71,79); }
div.DivClassName
{
background-color: #F2474F;
}
.BgClassName
{
background-color: #F2474F;
}
</style>
border-color css
<style>
span { border-color: #F2474F; }
span { border-color: rgb(242,71,79); }
td.TdClassName
{
border-color: #F2474F;
}
.TagClassName
{
border-color: #F2474F;
}
</style>