Shades of Radical Red #F1414E
Tints of Radical Red #F1414E
RGB
CMYK
RGB Variations
Color information
#F1414E (or 0xF1414E) is known color: Radical Red. HEX triplet: F1, 41 and 4E. RGB value is (241,65,78). Sum of RGB (Red+Green+Blue) = 241+65+78=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1414E is #0EBEB1. Grayscale: #777777. Windows color (decimal): -966322 or 5128689. OLE color: 5128689.
HSL color Cylindrical-coordinate representation of color #F1414E: hue angle of 355.57º 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 #F1414E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 78 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.05 |
| HSL | 355.57º | 0.86% | 0.6% | - |
| HSV(B) | 355.57º | 0.73% | 0.95% | - |
| XYZ | 39.54 | 23.03 | 9.57 | - |
| YUV | 119.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 78 | 0 | 0.73 | 0.68 | 0.05 | 355.57 | 0.86 | 0.6 |
| Hex | F1 | 41 | 4E | 0 | 49 | 44 | 5 | 164 | 56 | 3C |
| Octal | 361 | 101 | 116 | 0 | 111 | 104 | 5 | 544 | 126 | 74 |
| Binary | 11110001 | 1000001 | 1001110 | 0 | 1001001 | 1000100 | 101 | 101100100 | 1010110 | 111100 |
Color Harmonies of #F1414E
Complementary color
Monochromatic Colors of #F1414E
Black with #F1414E
Text Example
Text Example
White with #F1414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1414E; }
p { color: rgb(241,65,78); }
H1.HeaderClassName
{
color: #F1414E;
}
.AnyTagClassName
{
color: #F1414E;
}
</style>
background-color css
<style>
a { background-color: #F1414E; }
a { background-color: rgb(241,65,78); }
div.DivClassName
{
background-color: #F1414E;
}
.BgClassName
{
background-color: #F1414E;
}
</style>
border-color css
<style>
span { border-color: #F1414E; }
span { border-color: rgb(241,65,78); }
td.TdClassName
{
border-color: #F1414E;
}
.TagClassName
{
border-color: #F1414E;
}
</style>