Shades of Radical Red #F1406D
Tints of Radical Red #F1406D
RGB
CMYK
RGB Variations
Color information
#F1406D (or 0xF1406D) is known color: Radical Red. HEX triplet: F1, 40 and 6D. RGB value is (241,64,109). Sum of RGB (Red+Green+Blue) = 241+64+109=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1406D is #0EBF92. Grayscale: #7A7A7A. Windows color (decimal): -966547 or 7160049. OLE color: 7160049.
HSL color Cylindrical-coordinate representation of color #F1406D: hue angle of 344.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1406D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 109 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.05 |
| HSL | 344.75º | 0.86% | 0.6% | - |
| HSV(B) | 344.75º | 0.73% | 0.95% | - |
| XYZ | 40.87 | 23.47 | 16.84 | - |
| YUV | 122.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 109 | 0 | 0.73 | 0.55 | 0.05 | 344.75 | 0.86 | 0.6 |
| Hex | F1 | 40 | 6D | 0 | 49 | 37 | 5 | 159 | 56 | 3C |
| Octal | 361 | 100 | 155 | 0 | 111 | 67 | 5 | 531 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1101101 | 0 | 1001001 | 110111 | 101 | 101011001 | 1010110 | 111100 |
Color Harmonies of #F1406D
Complementary color
Monochromatic Colors of #F1406D
Black with #F1406D
Text Example
Text Example
White with #F1406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1406D; }
p { color: rgb(241,64,109); }
H1.HeaderClassName
{
color: #F1406D;
}
.AnyTagClassName
{
color: #F1406D;
}
</style>
background-color css
<style>
a { background-color: #F1406D; }
a { background-color: rgb(241,64,109); }
div.DivClassName
{
background-color: #F1406D;
}
.BgClassName
{
background-color: #F1406D;
}
</style>
border-color css
<style>
span { border-color: #F1406D; }
span { border-color: rgb(241,64,109); }
td.TdClassName
{
border-color: #F1406D;
}
.TagClassName
{
border-color: #F1406D;
}
</style>