Shades of Radical Red #F14363
Tints of Radical Red #F14363
RGB
CMYK
RGB Variations
Color information
#F14363 (or 0xF14363) is known color: Radical Red. HEX triplet: F1, 43 and 63. RGB value is (241,67,99). Sum of RGB (Red+Green+Blue) = 241+67+99=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F14363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14363 is #0EBC9C. Grayscale: #7A7A7A. Windows color (decimal): -965789 or 6505457. OLE color: 6505457.
HSL color Cylindrical-coordinate representation of color #F14363: hue angle of 348.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14363 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 99 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.05 |
| HSL | 348.97º | 0.86% | 0.6% | - |
| HSV(B) | 348.97º | 0.72% | 0.95% | - |
| XYZ | 40.53 | 23.62 | 14.23 | - |
| YUV | 122.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 99 | 0 | 0.72 | 0.59 | 0.05 | 348.97 | 0.86 | 0.6 |
| Hex | F1 | 43 | 63 | 0 | 48 | 3B | 5 | 15D | 56 | 3C |
| Octal | 361 | 103 | 143 | 0 | 110 | 73 | 5 | 535 | 126 | 74 |
| Binary | 11110001 | 1000011 | 1100011 | 0 | 1001000 | 111011 | 101 | 101011101 | 1010110 | 111100 |
Color Harmonies of #F14363
Complementary color
Monochromatic Colors of #F14363
Black with #F14363
Text Example
Text Example
White with #F14363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14363; }
p { color: rgb(241,67,99); }
H1.HeaderClassName
{
color: #F14363;
}
.AnyTagClassName
{
color: #F14363;
}
</style>
background-color css
<style>
a { background-color: #F14363; }
a { background-color: rgb(241,67,99); }
div.DivClassName
{
background-color: #F14363;
}
.BgClassName
{
background-color: #F14363;
}
</style>
border-color css
<style>
span { border-color: #F14363; }
span { border-color: rgb(241,67,99); }
td.TdClassName
{
border-color: #F14363;
}
.TagClassName
{
border-color: #F14363;
}
</style>