Shades of Radical Red #F13E6D
Tints of Radical Red #F13E6D
RGB
CMYK
RGB Variations
Color information
#F13E6D (or 0xF13E6D) is known color: Radical Red. HEX triplet: F1, 3E and 6D. RGB value is (241,62,109). Sum of RGB (Red+Green+Blue) = 241+62+109=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E6D is #0EC192. Grayscale: #787878. Windows color (decimal): -967059 or 7159537. OLE color: 7159537.
HSL color Cylindrical-coordinate representation of color #F13E6D: hue angle of 344.25º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E6D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 109 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 344.25º | 0.86% | 0.59% | - |
| HSV(B) | 344.25º | 0.74% | 0.95% | - |
| XYZ | 40.76 | 23.25 | 16.81 | - |
| YUV | 120.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 109 | 0 | 0.74 | 0.55 | 0.05 | 344.25 | 0.86 | 0.59 |
| Hex | F1 | 3E | 6D | 0 | 4A | 37 | 5 | 158 | 56 | 3B |
| Octal | 361 | 76 | 155 | 0 | 112 | 67 | 5 | 530 | 126 | 73 |
| Binary | 11110001 | 111110 | 1101101 | 0 | 1001010 | 110111 | 101 | 101011000 | 1010110 | 111011 |
Color Harmonies of #F13E6D
Complementary color
Monochromatic Colors of #F13E6D
Black with #F13E6D
Text Example
Text Example
White with #F13E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13E6D; }
p { color: rgb(241,62,109); }
H1.HeaderClassName
{
color: #F13E6D;
}
.AnyTagClassName
{
color: #F13E6D;
}
</style>
background-color css
<style>
a { background-color: #F13E6D; }
a { background-color: rgb(241,62,109); }
div.DivClassName
{
background-color: #F13E6D;
}
.BgClassName
{
background-color: #F13E6D;
}
</style>
border-color css
<style>
span { border-color: #F13E6D; }
span { border-color: rgb(241,62,109); }
td.TdClassName
{
border-color: #F13E6D;
}
.TagClassName
{
border-color: #F13E6D;
}
</style>