Shades of Radical Red #F13963
Tints of Radical Red #F13963
RGB
CMYK
RGB Variations
Color information
#F13963 (or 0xF13963) is known color: Radical Red. HEX triplet: F1, 39 and 63. RGB value is (241,57,99). Sum of RGB (Red+Green+Blue) = 241+57+99=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13963 is #0EC69C. Grayscale: #747474. Windows color (decimal): -968349 or 6502897. OLE color: 6502897.
HSL color Cylindrical-coordinate representation of color #F13963: hue angle of 346.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13963 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 99 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.05 |
| HSL | 346.3º | 0.87% | 0.58% | - |
| HSV(B) | 346.3º | 0.76% | 0.95% | - |
| XYZ | 39.99 | 22.53 | 14.04 | - |
| YUV | 116.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 99 | 0 | 0.76 | 0.59 | 0.05 | 346.3 | 0.87 | 0.58 |
| Hex | F1 | 39 | 63 | 0 | 4C | 3B | 5 | 15A | 57 | 3A |
| Octal | 361 | 71 | 143 | 0 | 114 | 73 | 5 | 532 | 127 | 72 |
| Binary | 11110001 | 111001 | 1100011 | 0 | 1001100 | 111011 | 101 | 101011010 | 1010111 | 111010 |
Color Harmonies of #F13963
Complementary color
Monochromatic Colors of #F13963
Black with #F13963
Text Example
Text Example
White with #F13963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13963; }
p { color: rgb(241,57,99); }
H1.HeaderClassName
{
color: #F13963;
}
.AnyTagClassName
{
color: #F13963;
}
</style>
background-color css
<style>
a { background-color: #F13963; }
a { background-color: rgb(241,57,99); }
div.DivClassName
{
background-color: #F13963;
}
.BgClassName
{
background-color: #F13963;
}
</style>
border-color css
<style>
span { border-color: #F13963; }
span { border-color: rgb(241,57,99); }
td.TdClassName
{
border-color: #F13963;
}
.TagClassName
{
border-color: #F13963;
}
</style>