Shades of Radical Red #F12E63
Tints of Radical Red #F12E63
RGB
CMYK
RGB Variations
Color information
#F12E63 (or 0xF12E63) is known color: Radical Red. HEX triplet: F1, 2E and 63. RGB value is (241,46,99). Sum of RGB (Red+Green+Blue) = 241+46+99=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E63 is #0ED19C. Grayscale: #6E6E6E. Windows color (decimal): -971165 or 6500081. OLE color: 6500081.
HSL color Cylindrical-coordinate representation of color #F12E63: hue angle of 343.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E63 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 99 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.05 |
| HSL | 343.69º | 0.87% | 0.56% | - |
| HSV(B) | 343.69º | 0.81% | 0.95% | - |
| XYZ | 39.5 | 21.56 | 13.88 | - |
| YUV | 110.35 | 121.6 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 99 | 0 | 0.81 | 0.59 | 0.05 | 343.69 | 0.87 | 0.56 |
| Hex | F1 | 2E | 63 | 0 | 51 | 3B | 5 | 158 | 57 | 38 |
| Octal | 361 | 56 | 143 | 0 | 121 | 73 | 5 | 530 | 127 | 70 |
| Binary | 11110001 | 101110 | 1100011 | 0 | 1010001 | 111011 | 101 | 101011000 | 1010111 | 111000 |
Color Harmonies of #F12E63
Complementary color
Monochromatic Colors of #F12E63
Black with #F12E63
Text Example
Text Example
White with #F12E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E63; }
p { color: rgb(241,46,99); }
H1.HeaderClassName
{
color: #F12E63;
}
.AnyTagClassName
{
color: #F12E63;
}
</style>
background-color css
<style>
a { background-color: #F12E63; }
a { background-color: rgb(241,46,99); }
div.DivClassName
{
background-color: #F12E63;
}
.BgClassName
{
background-color: #F12E63;
}
</style>
border-color css
<style>
span { border-color: #F12E63; }
span { border-color: rgb(241,46,99); }
td.TdClassName
{
border-color: #F12E63;
}
.TagClassName
{
border-color: #F12E63;
}
</style>