Shades of Radical Red #F13E55
Tints of Radical Red #F13E55
RGB
CMYK
RGB Variations
Color information
#F13E55 (or 0xF13E55) is known color: Radical Red. HEX triplet: F1, 3E and 55. RGB value is (241,62,85). Sum of RGB (Red+Green+Blue) = 241+62+85=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E55 is #0EC1AA. Grayscale: #767676. Windows color (decimal): -967083 or 5586673. OLE color: 5586673.
HSL color Cylindrical-coordinate representation of color #F13E55: hue angle of 352.29º 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 #F13E55 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 85 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.05 |
| HSL | 352.29º | 0.86% | 0.59% | - |
| HSV(B) | 352.29º | 0.74% | 0.95% | - |
| XYZ | 39.64 | 22.8 | 10.91 | - |
| YUV | 118.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 85 | 0 | 0.74 | 0.65 | 0.05 | 352.29 | 0.86 | 0.59 |
| Hex | F1 | 3E | 55 | 0 | 4A | 41 | 5 | 160 | 56 | 3B |
| Octal | 361 | 76 | 125 | 0 | 112 | 101 | 5 | 540 | 126 | 73 |
| Binary | 11110001 | 111110 | 1010101 | 0 | 1001010 | 1000001 | 101 | 101100000 | 1010110 | 111011 |
Color Harmonies of #F13E55
Complementary color
Monochromatic Colors of #F13E55
Black with #F13E55
Text Example
Text Example
White with #F13E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13E55; }
p { color: rgb(241,62,85); }
H1.HeaderClassName
{
color: #F13E55;
}
.AnyTagClassName
{
color: #F13E55;
}
</style>
background-color css
<style>
a { background-color: #F13E55; }
a { background-color: rgb(241,62,85); }
div.DivClassName
{
background-color: #F13E55;
}
.BgClassName
{
background-color: #F13E55;
}
</style>
border-color css
<style>
span { border-color: #F13E55; }
span { border-color: rgb(241,62,85); }
td.TdClassName
{
border-color: #F13E55;
}
.TagClassName
{
border-color: #F13E55;
}
</style>