Shades of Radical Red #F1465D
Tints of Radical Red #F1465D
RGB
CMYK
RGB Variations
Color information
#F1465D (or 0xF1465D) is known color: Radical Red. HEX triplet: F1, 46 and 5D. RGB value is (241,70,93). Sum of RGB (Red+Green+Blue) = 241+70+93=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1465D is #0EB9A2. Grayscale: #7B7B7B. Windows color (decimal): -965027 or 6113009. OLE color: 6113009.
HSL color Cylindrical-coordinate representation of color #F1465D: hue angle of 351.93º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1465D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 93 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.05 |
| HSL | 351.93º | 0.86% | 0.61% | - |
| HSV(B) | 351.93º | 0.71% | 0.95% | - |
| XYZ | 40.44 | 23.87 | 12.83 | - |
| YUV | 123.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 93 | 0 | 0.71 | 0.61 | 0.05 | 351.93 | 0.86 | 0.61 |
| Hex | F1 | 46 | 5D | 0 | 47 | 3D | 5 | 160 | 56 | 3D |
| Octal | 361 | 106 | 135 | 0 | 107 | 75 | 5 | 540 | 126 | 75 |
| Binary | 11110001 | 1000110 | 1011101 | 0 | 1000111 | 111101 | 101 | 101100000 | 1010110 | 111101 |
Color Harmonies of #F1465D
Complementary color
Monochromatic Colors of #F1465D
Black with #F1465D
Text Example
Text Example
White with #F1465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1465D; }
p { color: rgb(241,70,93); }
H1.HeaderClassName
{
color: #F1465D;
}
.AnyTagClassName
{
color: #F1465D;
}
</style>
background-color css
<style>
a { background-color: #F1465D; }
a { background-color: rgb(241,70,93); }
div.DivClassName
{
background-color: #F1465D;
}
.BgClassName
{
background-color: #F1465D;
}
</style>
border-color css
<style>
span { border-color: #F1465D; }
span { border-color: rgb(241,70,93); }
td.TdClassName
{
border-color: #F1465D;
}
.TagClassName
{
border-color: #F1465D;
}
</style>