Shades of Radical Red #F1305D
Tints of Radical Red #F1305D
RGB
CMYK
RGB Variations
Color information
#F1305D (or 0xF1305D) is known color: Radical Red. HEX triplet: F1, 30 and 5D. RGB value is (241,48,93). Sum of RGB (Red+Green+Blue) = 241+48+93=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1305D is #0ECFA2. Grayscale: #6E6E6E. Windows color (decimal): -970659 or 6107377. OLE color: 6107377.
HSL color Cylindrical-coordinate representation of color #F1305D: hue angle of 346.01º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1305D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 93 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.05 |
| HSL | 346.01º | 0.87% | 0.57% | - |
| HSV(B) | 346.01º | 0.8% | 0.95% | - |
| XYZ | 39.31 | 21.6 | 12.45 | - |
| YUV | 110.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 93 | 0 | 0.80 | 0.61 | 0.05 | 346.01 | 0.87 | 0.57 |
| Hex | F1 | 30 | 5D | 0 | 50 | 3D | 5 | 15A | 57 | 39 |
| Octal | 361 | 60 | 135 | 0 | 120 | 75 | 5 | 532 | 127 | 71 |
| Binary | 11110001 | 110000 | 1011101 | 0 | 1010000 | 111101 | 101 | 101011010 | 1010111 | 111001 |
Color Harmonies of #F1305D
Complementary color
Monochromatic Colors of #F1305D
Black with #F1305D
Text Example
Text Example
White with #F1305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1305D; }
p { color: rgb(241,48,93); }
H1.HeaderClassName
{
color: #F1305D;
}
.AnyTagClassName
{
color: #F1305D;
}
</style>
background-color css
<style>
a { background-color: #F1305D; }
a { background-color: rgb(241,48,93); }
div.DivClassName
{
background-color: #F1305D;
}
.BgClassName
{
background-color: #F1305D;
}
</style>
border-color css
<style>
span { border-color: #F1305D; }
span { border-color: rgb(241,48,93); }
td.TdClassName
{
border-color: #F1305D;
}
.TagClassName
{
border-color: #F1305D;
}
</style>