Shades of Radical Red #F2466D
Tints of Radical Red #F2466D
RGB
CMYK
RGB Variations
Color information
#F2466D (or 0xF2466D) is known color: Radical Red. HEX triplet: F2, 46 and 6D. RGB value is (242,70,109). Sum of RGB (Red+Green+Blue) = 242+70+109=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2466D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2466D is #0DB992. Grayscale: #7D7D7D. Windows color (decimal): -899475 or 7161586. OLE color: 7161586.
HSL color Cylindrical-coordinate representation of color #F2466D: hue angle of 346.4º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2466D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 109 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.05 |
| HSL | 346.4º | 0.87% | 0.61% | - |
| HSV(B) | 346.4º | 0.71% | 0.95% | - |
| XYZ | 41.57 | 24.36 | 16.98 | - |
| YUV | 125.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 109 | 0 | 0.71 | 0.55 | 0.05 | 346.4 | 0.87 | 0.61 |
| Hex | F2 | 46 | 6D | 0 | 47 | 37 | 5 | 15A | 57 | 3D |
| Octal | 362 | 106 | 155 | 0 | 107 | 67 | 5 | 532 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1101101 | 0 | 1000111 | 110111 | 101 | 101011010 | 1010111 | 111101 |
Color Harmonies of #F2466D
Complementary color
Monochromatic Colors of #F2466D
Black with #F2466D
Text Example
Text Example
White with #F2466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2466D; }
p { color: rgb(242,70,109); }
H1.HeaderClassName
{
color: #F2466D;
}
.AnyTagClassName
{
color: #F2466D;
}
</style>
background-color css
<style>
a { background-color: #F2466D; }
a { background-color: rgb(242,70,109); }
div.DivClassName
{
background-color: #F2466D;
}
.BgClassName
{
background-color: #F2466D;
}
</style>
border-color css
<style>
span { border-color: #F2466D; }
span { border-color: rgb(242,70,109); }
td.TdClassName
{
border-color: #F2466D;
}
.TagClassName
{
border-color: #F2466D;
}
</style>