Shades of Radical Red #F12D63
Tints of Radical Red #F12D63
RGB
CMYK
RGB Variations
Color information
#F12D63 (or 0xF12D63) is known color: Radical Red. HEX triplet: F1, 2D and 63. RGB value is (241,45,99). Sum of RGB (Red+Green+Blue) = 241+45+99=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D63 is #0ED29C. Grayscale: #6D6D6D. Windows color (decimal): -971421 or 6499825. OLE color: 6499825.
HSL color Cylindrical-coordinate representation of color #F12D63: hue angle of 343.47º degrees, saturation: 0.88, 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 #F12D63 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 99 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.05 |
| HSL | 343.47º | 0.88% | 0.56% | - |
| HSV(B) | 343.47º | 0.81% | 0.95% | - |
| XYZ | 39.47 | 21.48 | 13.87 | - |
| YUV | 109.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 99 | 0 | 0.81 | 0.59 | 0.05 | 343.47 | 0.88 | 0.56 |
| Hex | F1 | 2D | 63 | 0 | 51 | 3B | 5 | 157 | 58 | 38 |
| Octal | 361 | 55 | 143 | 0 | 121 | 73 | 5 | 527 | 130 | 70 |
| Binary | 11110001 | 101101 | 1100011 | 0 | 1010001 | 111011 | 101 | 101010111 | 1011000 | 111000 |
Color Harmonies of #F12D63
Complementary color
Monochromatic Colors of #F12D63
Black with #F12D63
Text Example
Text Example
White with #F12D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D63; }
p { color: rgb(241,45,99); }
H1.HeaderClassName
{
color: #F12D63;
}
.AnyTagClassName
{
color: #F12D63;
}
</style>
background-color css
<style>
a { background-color: #F12D63; }
a { background-color: rgb(241,45,99); }
div.DivClassName
{
background-color: #F12D63;
}
.BgClassName
{
background-color: #F12D63;
}
</style>
border-color css
<style>
span { border-color: #F12D63; }
span { border-color: rgb(241,45,99); }
td.TdClassName
{
border-color: #F12D63;
}
.TagClassName
{
border-color: #F12D63;
}
</style>