Shades of Radical Red #F14961
Tints of Radical Red #F14961
RGB
CMYK
RGB Variations
Color information
#F14961 (or 0xF14961) is known color: Radical Red. HEX triplet: F1, 49 and 61. RGB value is (241,73,97). Sum of RGB (Red+Green+Blue) = 241+73+97=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14961 is #0EB69E. Grayscale: #7E7E7E. Windows color (decimal): -964255 or 6375921. OLE color: 6375921.
HSL color Cylindrical-coordinate representation of color #F14961: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14961 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 97 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.05 |
| HSL | 351.43º | 0.86% | 0.62% | - |
| HSV(B) | 351.43º | 0.7% | 0.95% | - |
| XYZ | 40.82 | 24.33 | 13.85 | - |
| YUV | 125.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 97 | 0 | 0.70 | 0.60 | 0.05 | 351.43 | 0.86 | 0.62 |
| Hex | F1 | 49 | 61 | 0 | 46 | 3C | 5 | 15F | 56 | 3E |
| Octal | 361 | 111 | 141 | 0 | 106 | 74 | 5 | 537 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1100001 | 0 | 1000110 | 111100 | 101 | 101011111 | 1010110 | 111110 |
Color Harmonies of #F14961
Complementary color
Monochromatic Colors of #F14961
Black with #F14961
Text Example
Text Example
White with #F14961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14961; }
p { color: rgb(241,73,97); }
H1.HeaderClassName
{
color: #F14961;
}
.AnyTagClassName
{
color: #F14961;
}
</style>
background-color css
<style>
a { background-color: #F14961; }
a { background-color: rgb(241,73,97); }
div.DivClassName
{
background-color: #F14961;
}
.BgClassName
{
background-color: #F14961;
}
</style>
border-color css
<style>
span { border-color: #F14961; }
span { border-color: rgb(241,73,97); }
td.TdClassName
{
border-color: #F14961;
}
.TagClassName
{
border-color: #F14961;
}
</style>