Shades of Radical Red #F14065
Tints of Radical Red #F14065
RGB
CMYK
RGB Variations
Color information
#F14065 (or 0xF14065) is known color: Radical Red. HEX triplet: F1, 40 and 65. RGB value is (241,64,101). Sum of RGB (Red+Green+Blue) = 241+64+101=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14065 is #0EBF9A. Grayscale: #797979. Windows color (decimal): -966555 or 6635761. OLE color: 6635761.
HSL color Cylindrical-coordinate representation of color #F14065: hue angle of 347.46º 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 #F14065 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 101 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.05 |
| HSL | 347.46º | 0.86% | 0.6% | - |
| HSV(B) | 347.46º | 0.73% | 0.95% | - |
| XYZ | 40.46 | 23.31 | 14.68 | - |
| YUV | 121.14 | 116.64 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 101 | 0 | 0.73 | 0.58 | 0.05 | 347.46 | 0.86 | 0.6 |
| Hex | F1 | 40 | 65 | 0 | 49 | 3A | 5 | 15B | 56 | 3C |
| Octal | 361 | 100 | 145 | 0 | 111 | 72 | 5 | 533 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1100101 | 0 | 1001001 | 111010 | 101 | 101011011 | 1010110 | 111100 |
Color Harmonies of #F14065
Complementary color
Monochromatic Colors of #F14065
Black with #F14065
Text Example
Text Example
White with #F14065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14065; }
p { color: rgb(241,64,101); }
H1.HeaderClassName
{
color: #F14065;
}
.AnyTagClassName
{
color: #F14065;
}
</style>
background-color css
<style>
a { background-color: #F14065; }
a { background-color: rgb(241,64,101); }
div.DivClassName
{
background-color: #F14065;
}
.BgClassName
{
background-color: #F14065;
}
</style>
border-color css
<style>
span { border-color: #F14065; }
span { border-color: rgb(241,64,101); }
td.TdClassName
{
border-color: #F14065;
}
.TagClassName
{
border-color: #F14065;
}
</style>