Shades of Radical Red #F1464D
Tints of Radical Red #F1464D
RGB
CMYK
RGB Variations
Color information
#F1464D (or 0xF1464D) is known color: Radical Red. HEX triplet: F1, 46 and 4D. RGB value is (241,70,77). Sum of RGB (Red+Green+Blue) = 241+70+77=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1464D is #0EB9B2. Grayscale: #7A7A7A. Windows color (decimal): -965043 or 5064433. OLE color: 5064433.
HSL color Cylindrical-coordinate representation of color #F1464D: hue angle of 357.54º 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 #F1464D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 77 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.05 |
| HSL | 357.54º | 0.86% | 0.61% | - |
| HSV(B) | 357.54º | 0.71% | 0.95% | - |
| XYZ | 39.81 | 23.62 | 9.48 | - |
| YUV | 121.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 77 | 0 | 0.71 | 0.68 | 0.05 | 357.54 | 0.86 | 0.61 |
| Hex | F1 | 46 | 4D | 0 | 47 | 44 | 5 | 166 | 56 | 3D |
| Octal | 361 | 106 | 115 | 0 | 107 | 104 | 5 | 546 | 126 | 75 |
| Binary | 11110001 | 1000110 | 1001101 | 0 | 1000111 | 1000100 | 101 | 101100110 | 1010110 | 111101 |
Color Harmonies of #F1464D
Complementary color
Monochromatic Colors of #F1464D
Black with #F1464D
Text Example
Text Example
White with #F1464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1464D; }
p { color: rgb(241,70,77); }
H1.HeaderClassName
{
color: #F1464D;
}
.AnyTagClassName
{
color: #F1464D;
}
</style>
background-color css
<style>
a { background-color: #F1464D; }
a { background-color: rgb(241,70,77); }
div.DivClassName
{
background-color: #F1464D;
}
.BgClassName
{
background-color: #F1464D;
}
</style>
border-color css
<style>
span { border-color: #F1464D; }
span { border-color: rgb(241,70,77); }
td.TdClassName
{
border-color: #F1464D;
}
.TagClassName
{
border-color: #F1464D;
}
</style>