Shades of Radical Red #F2404D
Tints of Radical Red #F2404D
RGB
CMYK
RGB Variations
Color information
#F2404D (or 0xF2404D) is known color: Radical Red. HEX triplet: F2, 40 and 4D. RGB value is (242,64,77). Sum of RGB (Red+Green+Blue) = 242+64+77=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2404D is #0DBFB2. Grayscale: #767676. Windows color (decimal): -901043 or 5062898. OLE color: 5062898.
HSL color Cylindrical-coordinate representation of color #F2404D: hue angle of 355.62º 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 #F2404D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 77 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.05 |
| HSL | 355.62º | 0.87% | 0.6% | - |
| HSV(B) | 355.62º | 0.74% | 0.95% | - |
| XYZ | 39.79 | 23.08 | 9.38 | - |
| YUV | 118.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 77 | 0 | 0.74 | 0.68 | 0.05 | 355.62 | 0.87 | 0.6 |
| Hex | F2 | 40 | 4D | 0 | 4A | 44 | 5 | 164 | 57 | 3C |
| Octal | 362 | 100 | 115 | 0 | 112 | 104 | 5 | 544 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1001101 | 0 | 1001010 | 1000100 | 101 | 101100100 | 1010111 | 111100 |
Color Harmonies of #F2404D
Complementary color
Monochromatic Colors of #F2404D
Black with #F2404D
Text Example
Text Example
White with #F2404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2404D; }
p { color: rgb(242,64,77); }
H1.HeaderClassName
{
color: #F2404D;
}
.AnyTagClassName
{
color: #F2404D;
}
</style>
background-color css
<style>
a { background-color: #F2404D; }
a { background-color: rgb(242,64,77); }
div.DivClassName
{
background-color: #F2404D;
}
.BgClassName
{
background-color: #F2404D;
}
</style>
border-color css
<style>
span { border-color: #F2404D; }
span { border-color: rgb(242,64,77); }
td.TdClassName
{
border-color: #F2404D;
}
.TagClassName
{
border-color: #F2404D;
}
</style>