Shades of Radical Red #F1345D
Tints of Radical Red #F1345D
RGB
CMYK
RGB Variations
Color information
#F1345D (or 0xF1345D) is known color: Radical Red. HEX triplet: F1, 34 and 5D. RGB value is (241,52,93). Sum of RGB (Red+Green+Blue) = 241+52+93=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1345D is #0ECBA2. Grayscale: #717171. Windows color (decimal): -969635 or 6108401. OLE color: 6108401.
HSL color Cylindrical-coordinate representation of color #F1345D: hue angle of 346.98º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1345D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.05 |
| HSL | 346.98º | 0.87% | 0.57% | - |
| HSV(B) | 346.98º | 0.78% | 0.95% | - |
| XYZ | 39.48 | 21.95 | 12.51 | - |
| YUV | 113.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 93 | 0 | 0.78 | 0.61 | 0.05 | 346.98 | 0.87 | 0.57 |
| Hex | F1 | 34 | 5D | 0 | 4E | 3D | 5 | 15B | 57 | 39 |
| Octal | 361 | 64 | 135 | 0 | 116 | 75 | 5 | 533 | 127 | 71 |
| Binary | 11110001 | 110100 | 1011101 | 0 | 1001110 | 111101 | 101 | 101011011 | 1010111 | 111001 |
Color Harmonies of #F1345D
Complementary color
Monochromatic Colors of #F1345D
Black with #F1345D
Text Example
Text Example
White with #F1345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1345D; }
p { color: rgb(241,52,93); }
H1.HeaderClassName
{
color: #F1345D;
}
.AnyTagClassName
{
color: #F1345D;
}
</style>
background-color css
<style>
a { background-color: #F1345D; }
a { background-color: rgb(241,52,93); }
div.DivClassName
{
background-color: #F1345D;
}
.BgClassName
{
background-color: #F1345D;
}
</style>
border-color css
<style>
span { border-color: #F1345D; }
span { border-color: rgb(241,52,93); }
td.TdClassName
{
border-color: #F1345D;
}
.TagClassName
{
border-color: #F1345D;
}
</style>