Shades of Radical Red #F13C70
Tints of Radical Red #F13C70
RGB
CMYK
RGB Variations
Color information
#F13C70 (or 0xF13C70) is known color: Radical Red. HEX triplet: F1, 3C and 70. RGB value is (241,60,112). Sum of RGB (Red+Green+Blue) = 241+60+112=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C70 is #0EC38F. Grayscale: #787878. Windows color (decimal): -967568 or 7355633. OLE color: 7355633.
HSL color Cylindrical-coordinate representation of color #F13C70: hue angle of 342.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13C70 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 112 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.05 |
| HSL | 342.76º | 0.87% | 0.59% | - |
| HSV(B) | 342.76º | 0.75% | 0.95% | - |
| XYZ | 40.82 | 23.1 | 17.64 | - |
| YUV | 120.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 112 | 0 | 0.75 | 0.54 | 0.05 | 342.76 | 0.87 | 0.59 |
| Hex | F1 | 3C | 70 | 0 | 4B | 36 | 5 | 157 | 57 | 3B |
| Octal | 361 | 74 | 160 | 0 | 113 | 66 | 5 | 527 | 127 | 73 |
| Binary | 11110001 | 111100 | 1110000 | 0 | 1001011 | 110110 | 101 | 101010111 | 1010111 | 111011 |
Color Harmonies of #F13C70
Complementary color
Monochromatic Colors of #F13C70
Black with #F13C70
Text Example
Text Example
White with #F13C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C70; }
p { color: rgb(241,60,112); }
H1.HeaderClassName
{
color: #F13C70;
}
.AnyTagClassName
{
color: #F13C70;
}
</style>
background-color css
<style>
a { background-color: #F13C70; }
a { background-color: rgb(241,60,112); }
div.DivClassName
{
background-color: #F13C70;
}
.BgClassName
{
background-color: #F13C70;
}
</style>
border-color css
<style>
span { border-color: #F13C70; }
span { border-color: rgb(241,60,112); }
td.TdClassName
{
border-color: #F13C70;
}
.TagClassName
{
border-color: #F13C70;
}
</style>