Shades of Radical Red #F1424D
Tints of Radical Red #F1424D
RGB
CMYK
RGB Variations
Color information
#F1424D (or 0xF1424D) is known color: Radical Red. HEX triplet: F1, 42 and 4D. RGB value is (241,66,77). Sum of RGB (Red+Green+Blue) = 241+66+77=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1424D is #0EBDB2. Grayscale: #777777. Windows color (decimal): -966067 or 5063409. OLE color: 5063409.
HSL color Cylindrical-coordinate representation of color #F1424D: hue angle of 356.23º 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 #F1424D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 77 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.05 |
| HSL | 356.23º | 0.86% | 0.6% | - |
| HSV(B) | 356.23º | 0.73% | 0.95% | - |
| XYZ | 39.56 | 23.13 | 9.4 | - |
| YUV | 119.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 77 | 0 | 0.73 | 0.68 | 0.05 | 356.23 | 0.86 | 0.6 |
| Hex | F1 | 42 | 4D | 0 | 49 | 44 | 5 | 164 | 56 | 3C |
| Octal | 361 | 102 | 115 | 0 | 111 | 104 | 5 | 544 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1001101 | 0 | 1001001 | 1000100 | 101 | 101100100 | 1010110 | 111100 |
Color Harmonies of #F1424D
Complementary color
Monochromatic Colors of #F1424D
Black with #F1424D
Text Example
Text Example
White with #F1424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1424D; }
p { color: rgb(241,66,77); }
H1.HeaderClassName
{
color: #F1424D;
}
.AnyTagClassName
{
color: #F1424D;
}
</style>
background-color css
<style>
a { background-color: #F1424D; }
a { background-color: rgb(241,66,77); }
div.DivClassName
{
background-color: #F1424D;
}
.BgClassName
{
background-color: #F1424D;
}
</style>
border-color css
<style>
span { border-color: #F1424D; }
span { border-color: rgb(241,66,77); }
td.TdClassName
{
border-color: #F1424D;
}
.TagClassName
{
border-color: #F1424D;
}
</style>