Shades of Radical Red #F13755
Tints of Radical Red #F13755
RGB
CMYK
RGB Variations
Color information
#F13755 (or 0xF13755) is known color: Radical Red. HEX triplet: F1, 37 and 55. RGB value is (241,55,85). Sum of RGB (Red+Green+Blue) = 241+55+85=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F13755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13755 is #0EC8AA. Grayscale: #727272. Windows color (decimal): -968875 or 5584881. OLE color: 5584881.
HSL color Cylindrical-coordinate representation of color #F13755: hue angle of 350.32º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13755 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 85 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.05 |
| HSL | 350.32º | 0.87% | 0.58% | - |
| HSV(B) | 350.32º | 0.77% | 0.95% | - |
| XYZ | 39.28 | 22.09 | 10.79 | - |
| YUV | 114.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 85 | 0 | 0.77 | 0.65 | 0.05 | 350.32 | 0.87 | 0.58 |
| Hex | F1 | 37 | 55 | 0 | 4D | 41 | 5 | 15E | 57 | 3A |
| Octal | 361 | 67 | 125 | 0 | 115 | 101 | 5 | 536 | 127 | 72 |
| Binary | 11110001 | 110111 | 1010101 | 0 | 1001101 | 1000001 | 101 | 101011110 | 1010111 | 111010 |
Color Harmonies of #F13755
Complementary color
Monochromatic Colors of #F13755
Black with #F13755
Text Example
Text Example
White with #F13755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13755; }
p { color: rgb(241,55,85); }
H1.HeaderClassName
{
color: #F13755;
}
.AnyTagClassName
{
color: #F13755;
}
</style>
background-color css
<style>
a { background-color: #F13755; }
a { background-color: rgb(241,55,85); }
div.DivClassName
{
background-color: #F13755;
}
.BgClassName
{
background-color: #F13755;
}
</style>
border-color css
<style>
span { border-color: #F13755; }
span { border-color: rgb(241,55,85); }
td.TdClassName
{
border-color: #F13755;
}
.TagClassName
{
border-color: #F13755;
}
</style>