Shades of Radical Red #F1406C
Tints of Radical Red #F1406C
RGB
CMYK
RGB Variations
Color information
#F1406C (or 0xF1406C) is known color: Radical Red. HEX triplet: F1, 40 and 6C. RGB value is (241,64,108). Sum of RGB (Red+Green+Blue) = 241+64+108=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1406C is #0EBF93. Grayscale: #797979. Windows color (decimal): -966548 or 7094513. OLE color: 7094513.
HSL color Cylindrical-coordinate representation of color #F1406C: hue angle of 345.08º 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 #F1406C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 108 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.05 |
| HSL | 345.08º | 0.86% | 0.6% | - |
| HSV(B) | 345.08º | 0.73% | 0.95% | - |
| XYZ | 40.82 | 23.45 | 16.56 | - |
| YUV | 121.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 108 | 0 | 0.73 | 0.55 | 0.05 | 345.08 | 0.86 | 0.6 |
| Hex | F1 | 40 | 6C | 0 | 49 | 37 | 5 | 159 | 56 | 3C |
| Octal | 361 | 100 | 154 | 0 | 111 | 67 | 5 | 531 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1101100 | 0 | 1001001 | 110111 | 101 | 101011001 | 1010110 | 111100 |
Color Harmonies of #F1406C
Complementary color
Monochromatic Colors of #F1406C
Black with #F1406C
Text Example
Text Example
White with #F1406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1406C; }
p { color: rgb(241,64,108); }
H1.HeaderClassName
{
color: #F1406C;
}
.AnyTagClassName
{
color: #F1406C;
}
</style>
background-color css
<style>
a { background-color: #F1406C; }
a { background-color: rgb(241,64,108); }
div.DivClassName
{
background-color: #F1406C;
}
.BgClassName
{
background-color: #F1406C;
}
</style>
border-color css
<style>
span { border-color: #F1406C; }
span { border-color: rgb(241,64,108); }
td.TdClassName
{
border-color: #F1406C;
}
.TagClassName
{
border-color: #F1406C;
}
</style>