Shades of Radical Red #F2464F
Tints of Radical Red #F2464F
RGB
CMYK
RGB Variations
Color information
#F2464F (or 0xF2464F) is known color: Radical Red. HEX triplet: F2, 46 and 4F. RGB value is (242,70,79). Sum of RGB (Red+Green+Blue) = 242+70+79=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2464F is #0DB9B0. Grayscale: #7A7A7A. Windows color (decimal): -899505 or 5195506. OLE color: 5195506.
HSL color Cylindrical-coordinate representation of color #F2464F: hue angle of 356.86º 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 #F2464F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 79 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.05 |
| HSL | 356.86º | 0.87% | 0.61% | - |
| HSV(B) | 356.86º | 0.71% | 0.95% | - |
| XYZ | 40.22 | 23.82 | 9.88 | - |
| YUV | 122.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 79 | 0 | 0.71 | 0.67 | 0.05 | 356.86 | 0.87 | 0.61 |
| Hex | F2 | 46 | 4F | 0 | 47 | 43 | 5 | 165 | 57 | 3D |
| Octal | 362 | 106 | 117 | 0 | 107 | 103 | 5 | 545 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1001111 | 0 | 1000111 | 1000011 | 101 | 101100101 | 1010111 | 111101 |
Color Harmonies of #F2464F
Complementary color
Monochromatic Colors of #F2464F
Black with #F2464F
Text Example
Text Example
White with #F2464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2464F; }
p { color: rgb(242,70,79); }
H1.HeaderClassName
{
color: #F2464F;
}
.AnyTagClassName
{
color: #F2464F;
}
</style>
background-color css
<style>
a { background-color: #F2464F; }
a { background-color: rgb(242,70,79); }
div.DivClassName
{
background-color: #F2464F;
}
.BgClassName
{
background-color: #F2464F;
}
</style>
border-color css
<style>
span { border-color: #F2464F; }
span { border-color: rgb(242,70,79); }
td.TdClassName
{
border-color: #F2464F;
}
.TagClassName
{
border-color: #F2464F;
}
</style>