Shades of Radical Red #F2406C
Tints of Radical Red #F2406C
RGB
CMYK
RGB Variations
Color information
#F2406C (or 0xF2406C) is known color: Radical Red. HEX triplet: F2, 40 and 6C. RGB value is (242,64,108). Sum of RGB (Red+Green+Blue) = 242+64+108=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2406C is #0DBF93. Grayscale: #7A7A7A. Windows color (decimal): -901012 or 7094514. OLE color: 7094514.
HSL color Cylindrical-coordinate representation of color #F2406C: hue angle of 345.17º 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 #F2406C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 108 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 345.17º | 0.87% | 0.6% | - |
| HSV(B) | 345.17º | 0.74% | 0.95% | - |
| XYZ | 41.16 | 23.63 | 16.58 | - |
| YUV | 122.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 108 | 0 | 0.74 | 0.55 | 0.05 | 345.17 | 0.87 | 0.6 |
| Hex | F2 | 40 | 6C | 0 | 4A | 37 | 5 | 159 | 57 | 3C |
| Octal | 362 | 100 | 154 | 0 | 112 | 67 | 5 | 531 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1101100 | 0 | 1001010 | 110111 | 101 | 101011001 | 1010111 | 111100 |
Color Harmonies of #F2406C
Complementary color
Monochromatic Colors of #F2406C
Black with #F2406C
Text Example
Text Example
White with #F2406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2406C; }
p { color: rgb(242,64,108); }
H1.HeaderClassName
{
color: #F2406C;
}
.AnyTagClassName
{
color: #F2406C;
}
</style>
background-color css
<style>
a { background-color: #F2406C; }
a { background-color: rgb(242,64,108); }
div.DivClassName
{
background-color: #F2406C;
}
.BgClassName
{
background-color: #F2406C;
}
</style>
border-color css
<style>
span { border-color: #F2406C; }
span { border-color: rgb(242,64,108); }
td.TdClassName
{
border-color: #F2406C;
}
.TagClassName
{
border-color: #F2406C;
}
</style>