Shades of Radical Red #F13859
Tints of Radical Red #F13859
RGB
CMYK
RGB Variations
Color information
#F13859 (or 0xF13859) is known color: Radical Red. HEX triplet: F1, 38 and 59. RGB value is (241,56,89). Sum of RGB (Red+Green+Blue) = 241+56+89=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F13859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13859 is #0EC7A6. Grayscale: #737373. Windows color (decimal): -968615 or 5847281. OLE color: 5847281.
HSL color Cylindrical-coordinate representation of color #F13859: hue angle of 349.3º 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 #F13859 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 89 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.05 |
| HSL | 349.3º | 0.87% | 0.58% | - |
| HSV(B) | 349.3º | 0.77% | 0.95% | - |
| XYZ | 39.49 | 22.25 | 11.66 | - |
| YUV | 115.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 89 | 0 | 0.77 | 0.63 | 0.05 | 349.3 | 0.87 | 0.58 |
| Hex | F1 | 38 | 59 | 0 | 4D | 3F | 5 | 15D | 57 | 3A |
| Octal | 361 | 70 | 131 | 0 | 115 | 77 | 5 | 535 | 127 | 72 |
| Binary | 11110001 | 111000 | 1011001 | 0 | 1001101 | 111111 | 101 | 101011101 | 1010111 | 111010 |
Color Harmonies of #F13859
Complementary color
Monochromatic Colors of #F13859
Black with #F13859
Text Example
Text Example
White with #F13859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13859; }
p { color: rgb(241,56,89); }
H1.HeaderClassName
{
color: #F13859;
}
.AnyTagClassName
{
color: #F13859;
}
</style>
background-color css
<style>
a { background-color: #F13859; }
a { background-color: rgb(241,56,89); }
div.DivClassName
{
background-color: #F13859;
}
.BgClassName
{
background-color: #F13859;
}
</style>
border-color css
<style>
span { border-color: #F13859; }
span { border-color: rgb(241,56,89); }
td.TdClassName
{
border-color: #F13859;
}
.TagClassName
{
border-color: #F13859;
}
</style>