Shades of Radical Red #F2404F
Tints of Radical Red #F2404F
RGB
CMYK
RGB Variations
Color information
#F2404F (or 0xF2404F) is known color: Radical Red. HEX triplet: F2, 40 and 4F. RGB value is (242,64,79). Sum of RGB (Red+Green+Blue) = 242+64+79=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2404F is #0DBFB0. Grayscale: #777777. Windows color (decimal): -901041 or 5193970. OLE color: 5193970.
HSL color Cylindrical-coordinate representation of color #F2404F: hue angle of 354.94º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2404F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 79 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.05 |
| HSL | 354.94º | 0.87% | 0.6% | - |
| HSV(B) | 354.94º | 0.74% | 0.95% | - |
| XYZ | 39.86 | 23.11 | 9.76 | - |
| YUV | 118.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 79 | 0 | 0.74 | 0.67 | 0.05 | 354.94 | 0.87 | 0.6 |
| Hex | F2 | 40 | 4F | 0 | 4A | 43 | 5 | 163 | 57 | 3C |
| Octal | 362 | 100 | 117 | 0 | 112 | 103 | 5 | 543 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1001111 | 0 | 1001010 | 1000011 | 101 | 101100011 | 1010111 | 111100 |
Color Harmonies of #F2404F
Complementary color
Monochromatic Colors of #F2404F
Black with #F2404F
Text Example
Text Example
White with #F2404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2404F; }
p { color: rgb(242,64,79); }
H1.HeaderClassName
{
color: #F2404F;
}
.AnyTagClassName
{
color: #F2404F;
}
</style>
background-color css
<style>
a { background-color: #F2404F; }
a { background-color: rgb(242,64,79); }
div.DivClassName
{
background-color: #F2404F;
}
.BgClassName
{
background-color: #F2404F;
}
</style>
border-color css
<style>
span { border-color: #F2404F; }
span { border-color: rgb(242,64,79); }
td.TdClassName
{
border-color: #F2404F;
}
.TagClassName
{
border-color: #F2404F;
}
</style>