Shades of Radical Red #F2406D
Tints of Radical Red #F2406D
RGB
CMYK
RGB Variations
Color information
#F2406D (or 0xF2406D) is known color: Radical Red. HEX triplet: F2, 40 and 6D. RGB value is (242,64,109). Sum of RGB (Red+Green+Blue) = 242+64+109=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2406D is #0DBF92. Grayscale: #7A7A7A. Windows color (decimal): -901011 or 7160050. OLE color: 7160050.
HSL color Cylindrical-coordinate representation of color #F2406D: hue angle of 344.83º 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 #F2406D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 109 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 344.83º | 0.87% | 0.6% | - |
| HSV(B) | 344.83º | 0.74% | 0.95% | - |
| XYZ | 41.21 | 23.65 | 16.86 | - |
| YUV | 122.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 109 | 0 | 0.74 | 0.55 | 0.05 | 344.83 | 0.87 | 0.6 |
| Hex | F2 | 40 | 6D | 0 | 4A | 37 | 5 | 159 | 57 | 3C |
| Octal | 362 | 100 | 155 | 0 | 112 | 67 | 5 | 531 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1101101 | 0 | 1001010 | 110111 | 101 | 101011001 | 1010111 | 111100 |
Color Harmonies of #F2406D
Complementary color
Monochromatic Colors of #F2406D
Black with #F2406D
Text Example
Text Example
White with #F2406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2406D; }
p { color: rgb(242,64,109); }
H1.HeaderClassName
{
color: #F2406D;
}
.AnyTagClassName
{
color: #F2406D;
}
</style>
background-color css
<style>
a { background-color: #F2406D; }
a { background-color: rgb(242,64,109); }
div.DivClassName
{
background-color: #F2406D;
}
.BgClassName
{
background-color: #F2406D;
}
</style>
border-color css
<style>
span { border-color: #F2406D; }
span { border-color: rgb(242,64,109); }
td.TdClassName
{
border-color: #F2406D;
}
.TagClassName
{
border-color: #F2406D;
}
</style>