Shades of Radical Red #F2406B
Tints of Radical Red #F2406B
RGB
CMYK
RGB Variations
Color information
#F2406B (or 0xF2406B) is known color: Radical Red. HEX triplet: F2, 40 and 6B. RGB value is (242,64,107). Sum of RGB (Red+Green+Blue) = 242+64+107=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F2406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2406B is #0DBF94. Grayscale: #7A7A7A. Windows color (decimal): -901013 or 7028978. OLE color: 7028978.
HSL color Cylindrical-coordinate representation of color #F2406B: hue angle of 345.51º 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 #F2406B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 107 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.05 |
| HSL | 345.51º | 0.87% | 0.6% | - |
| HSV(B) | 345.51º | 0.74% | 0.95% | - |
| XYZ | 41.11 | 23.61 | 16.3 | - |
| YUV | 122.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 107 | 0 | 0.74 | 0.56 | 0.05 | 345.51 | 0.87 | 0.6 |
| Hex | F2 | 40 | 6B | 0 | 4A | 38 | 5 | 15A | 57 | 3C |
| Octal | 362 | 100 | 153 | 0 | 112 | 70 | 5 | 532 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1101011 | 0 | 1001010 | 111000 | 101 | 101011010 | 1010111 | 111100 |
Color Harmonies of #F2406B
Complementary color
Monochromatic Colors of #F2406B
Black with #F2406B
Text Example
Text Example
White with #F2406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2406B; }
p { color: rgb(242,64,107); }
H1.HeaderClassName
{
color: #F2406B;
}
.AnyTagClassName
{
color: #F2406B;
}
</style>
background-color css
<style>
a { background-color: #F2406B; }
a { background-color: rgb(242,64,107); }
div.DivClassName
{
background-color: #F2406B;
}
.BgClassName
{
background-color: #F2406B;
}
</style>
border-color css
<style>
span { border-color: #F2406B; }
span { border-color: rgb(242,64,107); }
td.TdClassName
{
border-color: #F2406B;
}
.TagClassName
{
border-color: #F2406B;
}
</style>