Shades of Radical Red #F13F5D
Tints of Radical Red #F13F5D
RGB
CMYK
RGB Variations
Color information
#F13F5D (or 0xF13F5D) is known color: Radical Red. HEX triplet: F1, 3F and 5D. RGB value is (241,63,93). Sum of RGB (Red+Green+Blue) = 241+63+93=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F5D is #0EC0A2. Grayscale: #777777. Windows color (decimal): -966819 or 6111217. OLE color: 6111217.
HSL color Cylindrical-coordinate representation of color #F13F5D: hue angle of 349.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F5D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 93 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.05 |
| HSL | 349.89º | 0.86% | 0.6% | - |
| HSV(B) | 349.89º | 0.74% | 0.95% | - |
| XYZ | 40.03 | 23.05 | 12.69 | - |
| YUV | 119.64 | 112.97 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 93 | 0 | 0.74 | 0.61 | 0.05 | 349.89 | 0.86 | 0.6 |
| Hex | F1 | 3F | 5D | 0 | 4A | 3D | 5 | 15E | 56 | 3C |
| Octal | 361 | 77 | 135 | 0 | 112 | 75 | 5 | 536 | 126 | 74 |
| Binary | 11110001 | 111111 | 1011101 | 0 | 1001010 | 111101 | 101 | 101011110 | 1010110 | 111100 |
Color Harmonies of #F13F5D
Complementary color
Monochromatic Colors of #F13F5D
Black with #F13F5D
Text Example
Text Example
White with #F13F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F5D; }
p { color: rgb(241,63,93); }
H1.HeaderClassName
{
color: #F13F5D;
}
.AnyTagClassName
{
color: #F13F5D;
}
</style>
background-color css
<style>
a { background-color: #F13F5D; }
a { background-color: rgb(241,63,93); }
div.DivClassName
{
background-color: #F13F5D;
}
.BgClassName
{
background-color: #F13F5D;
}
</style>
border-color css
<style>
span { border-color: #F13F5D; }
span { border-color: rgb(241,63,93); }
td.TdClassName
{
border-color: #F13F5D;
}
.TagClassName
{
border-color: #F13F5D;
}
</style>