Shades of Radical Red #F13863
Tints of Radical Red #F13863
RGB
CMYK
RGB Variations
Color information
#F13863 (or 0xF13863) is known color: Radical Red. HEX triplet: F1, 38 and 63. RGB value is (241,56,99). Sum of RGB (Red+Green+Blue) = 241+56+99=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F13863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13863 is #0EC79C. Grayscale: #747474. Windows color (decimal): -968605 or 6502641. OLE color: 6502641.
HSL color Cylindrical-coordinate representation of color #F13863: hue angle of 346.05º 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 #F13863 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 99 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.05 |
| HSL | 346.05º | 0.87% | 0.58% | - |
| HSV(B) | 346.05º | 0.77% | 0.95% | - |
| XYZ | 39.94 | 22.43 | 14.03 | - |
| YUV | 116.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 99 | 0 | 0.77 | 0.59 | 0.05 | 346.05 | 0.87 | 0.58 |
| Hex | F1 | 38 | 63 | 0 | 4D | 3B | 5 | 15A | 57 | 3A |
| Octal | 361 | 70 | 143 | 0 | 115 | 73 | 5 | 532 | 127 | 72 |
| Binary | 11110001 | 111000 | 1100011 | 0 | 1001101 | 111011 | 101 | 101011010 | 1010111 | 111010 |
Color Harmonies of #F13863
Complementary color
Monochromatic Colors of #F13863
Black with #F13863
Text Example
Text Example
White with #F13863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13863; }
p { color: rgb(241,56,99); }
H1.HeaderClassName
{
color: #F13863;
}
.AnyTagClassName
{
color: #F13863;
}
</style>
background-color css
<style>
a { background-color: #F13863; }
a { background-color: rgb(241,56,99); }
div.DivClassName
{
background-color: #F13863;
}
.BgClassName
{
background-color: #F13863;
}
</style>
border-color css
<style>
span { border-color: #F13863; }
span { border-color: rgb(241,56,99); }
td.TdClassName
{
border-color: #F13863;
}
.TagClassName
{
border-color: #F13863;
}
</style>