Shades of Radical Red #F12F5D
Tints of Radical Red #F12F5D
RGB
CMYK
RGB Variations
Color information
#F12F5D (or 0xF12F5D) is known color: Radical Red. HEX triplet: F1, 2F and 5D. RGB value is (241,47,93). Sum of RGB (Red+Green+Blue) = 241+47+93=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F5D is #0ED0A2. Grayscale: #6E6E6E. Windows color (decimal): -970915 or 6107121. OLE color: 6107121.
HSL color Cylindrical-coordinate representation of color #F12F5D: hue angle of 345.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F5D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 93 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.05 |
| HSL | 345.77º | 0.87% | 0.56% | - |
| HSV(B) | 345.77º | 0.8% | 0.95% | - |
| XYZ | 39.27 | 21.52 | 12.44 | - |
| YUV | 110.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 93 | 0 | 0.80 | 0.61 | 0.05 | 345.77 | 0.87 | 0.56 |
| Hex | F1 | 2F | 5D | 0 | 50 | 3D | 5 | 15A | 57 | 38 |
| Octal | 361 | 57 | 135 | 0 | 120 | 75 | 5 | 532 | 127 | 70 |
| Binary | 11110001 | 101111 | 1011101 | 0 | 1010000 | 111101 | 101 | 101011010 | 1010111 | 111000 |
Color Harmonies of #F12F5D
Complementary color
Monochromatic Colors of #F12F5D
Black with #F12F5D
Text Example
Text Example
White with #F12F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F5D; }
p { color: rgb(241,47,93); }
H1.HeaderClassName
{
color: #F12F5D;
}
.AnyTagClassName
{
color: #F12F5D;
}
</style>
background-color css
<style>
a { background-color: #F12F5D; }
a { background-color: rgb(241,47,93); }
div.DivClassName
{
background-color: #F12F5D;
}
.BgClassName
{
background-color: #F12F5D;
}
</style>
border-color css
<style>
span { border-color: #F12F5D; }
span { border-color: rgb(241,47,93); }
td.TdClassName
{
border-color: #F12F5D;
}
.TagClassName
{
border-color: #F12F5D;
}
</style>