Shades of Radical Red #F12963
Tints of Radical Red #F12963
RGB
CMYK
RGB Variations
Color information
#F12963 (or 0xF12963) is known color: Radical Red. HEX triplet: F1, 29 and 63. RGB value is (241,41,99). Sum of RGB (Red+Green+Blue) = 241+41+99=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F12963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12963 is #0ED69C. Grayscale: #6B6B6B. Windows color (decimal): -972445 or 6498801. OLE color: 6498801.
HSL color Cylindrical-coordinate representation of color #F12963: hue angle of 342.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12963 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 99 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.05 |
| HSL | 342.6º | 0.88% | 0.55% | - |
| HSV(B) | 342.6º | 0.83% | 0.95% | - |
| XYZ | 39.32 | 21.19 | 13.82 | - |
| YUV | 107.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 99 | 0 | 0.83 | 0.59 | 0.05 | 342.6 | 0.88 | 0.55 |
| Hex | F1 | 29 | 63 | 0 | 53 | 3B | 5 | 157 | 58 | 37 |
| Octal | 361 | 51 | 143 | 0 | 123 | 73 | 5 | 527 | 130 | 67 |
| Binary | 11110001 | 101001 | 1100011 | 0 | 1010011 | 111011 | 101 | 101010111 | 1011000 | 110111 |
Color Harmonies of #F12963
Complementary color
Monochromatic Colors of #F12963
Black with #F12963
Text Example
Text Example
White with #F12963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12963; }
p { color: rgb(241,41,99); }
H1.HeaderClassName
{
color: #F12963;
}
.AnyTagClassName
{
color: #F12963;
}
</style>
background-color css
<style>
a { background-color: #F12963; }
a { background-color: rgb(241,41,99); }
div.DivClassName
{
background-color: #F12963;
}
.BgClassName
{
background-color: #F12963;
}
</style>
border-color css
<style>
span { border-color: #F12963; }
span { border-color: rgb(241,41,99); }
td.TdClassName
{
border-color: #F12963;
}
.TagClassName
{
border-color: #F12963;
}
</style>