Shades of Radical Red #F1345B
Tints of Radical Red #F1345B
RGB
CMYK
RGB Variations
Color information
#F1345B (or 0xF1345B) is known color: Radical Red. HEX triplet: F1, 34 and 5B. RGB value is (241,52,91). Sum of RGB (Red+Green+Blue) = 241+52+91=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1345B is #0ECBA4. Grayscale: #707070. Windows color (decimal): -969637 or 5977329. OLE color: 5977329.
HSL color Cylindrical-coordinate representation of color #F1345B: hue angle of 347.62º 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 #F1345B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 91 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.05 |
| HSL | 347.62º | 0.87% | 0.57% | - |
| HSV(B) | 347.62º | 0.78% | 0.95% | - |
| XYZ | 39.39 | 21.91 | 12.05 | - |
| YUV | 112.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 91 | 0 | 0.78 | 0.62 | 0.05 | 347.62 | 0.87 | 0.57 |
| Hex | F1 | 34 | 5B | 0 | 4E | 3E | 5 | 15C | 57 | 39 |
| Octal | 361 | 64 | 133 | 0 | 116 | 76 | 5 | 534 | 127 | 71 |
| Binary | 11110001 | 110100 | 1011011 | 0 | 1001110 | 111110 | 101 | 101011100 | 1010111 | 111001 |
Color Harmonies of #F1345B
Complementary color
Monochromatic Colors of #F1345B
Black with #F1345B
Text Example
Text Example
White with #F1345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1345B; }
p { color: rgb(241,52,91); }
H1.HeaderClassName
{
color: #F1345B;
}
.AnyTagClassName
{
color: #F1345B;
}
</style>
background-color css
<style>
a { background-color: #F1345B; }
a { background-color: rgb(241,52,91); }
div.DivClassName
{
background-color: #F1345B;
}
.BgClassName
{
background-color: #F1345B;
}
</style>
border-color css
<style>
span { border-color: #F1345B; }
span { border-color: rgb(241,52,91); }
td.TdClassName
{
border-color: #F1345B;
}
.TagClassName
{
border-color: #F1345B;
}
</style>