Shades of Radical Red #F12F65
Tints of Radical Red #F12F65
RGB
CMYK
RGB Variations
Color information
#F12F65 (or 0xF12F65) is known color: Radical Red. HEX triplet: F1, 2F and 65. RGB value is (241,47,101). Sum of RGB (Red+Green+Blue) = 241+47+101=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F65 is #0ED09A. Grayscale: #6F6F6F. Windows color (decimal): -970907 or 6631409. OLE color: 6631409.
HSL color Cylindrical-coordinate representation of color #F12F65: hue angle of 343.3º 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 #F12F65 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 101 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.05 |
| HSL | 343.3º | 0.87% | 0.56% | - |
| HSV(B) | 343.3º | 0.8% | 0.95% | - |
| XYZ | 39.64 | 21.67 | 14.41 | - |
| YUV | 111.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 101 | 0 | 0.80 | 0.58 | 0.05 | 343.3 | 0.87 | 0.56 |
| Hex | F1 | 2F | 65 | 0 | 50 | 3A | 5 | 157 | 57 | 38 |
| Octal | 361 | 57 | 145 | 0 | 120 | 72 | 5 | 527 | 127 | 70 |
| Binary | 11110001 | 101111 | 1100101 | 0 | 1010000 | 111010 | 101 | 101010111 | 1010111 | 111000 |
Color Harmonies of #F12F65
Complementary color
Monochromatic Colors of #F12F65
Black with #F12F65
Text Example
Text Example
White with #F12F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F65; }
p { color: rgb(241,47,101); }
H1.HeaderClassName
{
color: #F12F65;
}
.AnyTagClassName
{
color: #F12F65;
}
</style>
background-color css
<style>
a { background-color: #F12F65; }
a { background-color: rgb(241,47,101); }
div.DivClassName
{
background-color: #F12F65;
}
.BgClassName
{
background-color: #F12F65;
}
</style>
border-color css
<style>
span { border-color: #F12F65; }
span { border-color: rgb(241,47,101); }
td.TdClassName
{
border-color: #F12F65;
}
.TagClassName
{
border-color: #F12F65;
}
</style>