Shades of Radical Red #F1406B
Tints of Radical Red #F1406B
RGB
CMYK
RGB Variations
Color information
#F1406B (or 0xF1406B) is known color: Radical Red. HEX triplet: F1, 40 and 6B. RGB value is (241,64,107). Sum of RGB (Red+Green+Blue) = 241+64+107=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1406B is #0EBF94. Grayscale: #797979. Windows color (decimal): -966549 or 7028977. OLE color: 7028977.
HSL color Cylindrical-coordinate representation of color #F1406B: hue angle of 345.42º 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 #F1406B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 107 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.05 |
| HSL | 345.42º | 0.86% | 0.6% | - |
| HSV(B) | 345.42º | 0.73% | 0.95% | - |
| XYZ | 40.76 | 23.43 | 16.28 | - |
| YUV | 121.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 107 | 0 | 0.73 | 0.56 | 0.05 | 345.42 | 0.86 | 0.6 |
| Hex | F1 | 40 | 6B | 0 | 49 | 38 | 5 | 159 | 56 | 3C |
| Octal | 361 | 100 | 153 | 0 | 111 | 70 | 5 | 531 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1101011 | 0 | 1001001 | 111000 | 101 | 101011001 | 1010110 | 111100 |
Color Harmonies of #F1406B
Complementary color
Monochromatic Colors of #F1406B
Black with #F1406B
Text Example
Text Example
White with #F1406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1406B; }
p { color: rgb(241,64,107); }
H1.HeaderClassName
{
color: #F1406B;
}
.AnyTagClassName
{
color: #F1406B;
}
</style>
background-color css
<style>
a { background-color: #F1406B; }
a { background-color: rgb(241,64,107); }
div.DivClassName
{
background-color: #F1406B;
}
.BgClassName
{
background-color: #F1406B;
}
</style>
border-color css
<style>
span { border-color: #F1406B; }
span { border-color: rgb(241,64,107); }
td.TdClassName
{
border-color: #F1406B;
}
.TagClassName
{
border-color: #F1406B;
}
</style>