Shades of Radical Red #F1355E
Tints of Radical Red #F1355E
RGB
CMYK
RGB Variations
Color information
#F1355E (or 0xF1355E) is known color: Radical Red. HEX triplet: F1, 35 and 5E. RGB value is (241,53,94). Sum of RGB (Red+Green+Blue) = 241+53+94=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1355E is #0ECAA1. Grayscale: #717171. Windows color (decimal): -969378 or 6174193. OLE color: 6174193.
HSL color Cylindrical-coordinate representation of color #F1355E: hue angle of 346.91º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1355E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 94 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.05 |
| HSL | 346.91º | 0.87% | 0.58% | - |
| HSV(B) | 346.91º | 0.78% | 0.95% | - |
| XYZ | 39.57 | 22.06 | 12.76 | - |
| YUV | 113.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 94 | 0 | 0.78 | 0.61 | 0.05 | 346.91 | 0.87 | 0.58 |
| Hex | F1 | 35 | 5E | 0 | 4E | 3D | 5 | 15B | 57 | 3A |
| Octal | 361 | 65 | 136 | 0 | 116 | 75 | 5 | 533 | 127 | 72 |
| Binary | 11110001 | 110101 | 1011110 | 0 | 1001110 | 111101 | 101 | 101011011 | 1010111 | 111010 |
Color Harmonies of #F1355E
Complementary color
Monochromatic Colors of #F1355E
Black with #F1355E
Text Example
Text Example
White with #F1355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1355E; }
p { color: rgb(241,53,94); }
H1.HeaderClassName
{
color: #F1355E;
}
.AnyTagClassName
{
color: #F1355E;
}
</style>
background-color css
<style>
a { background-color: #F1355E; }
a { background-color: rgb(241,53,94); }
div.DivClassName
{
background-color: #F1355E;
}
.BgClassName
{
background-color: #F1355E;
}
</style>
border-color css
<style>
span { border-color: #F1355E; }
span { border-color: rgb(241,53,94); }
td.TdClassName
{
border-color: #F1355E;
}
.TagClassName
{
border-color: #F1355E;
}
</style>