Shades of Radical Red #F93547
Tints of Radical Red #F93547
RGB
CMYK
RGB Variations
Color information
#F93547 (or 0xF93547) is known color: Radical Red. HEX triplet: F9, 35 and 47. RGB value is (249,53,71). Sum of RGB (Red+Green+Blue) = 249+53+71=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F93547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93547 is #06CAB8. Grayscale: #717171. Windows color (decimal): -445113 or 4666873. OLE color: 4666873.
HSL color Cylindrical-coordinate representation of color #F93547: hue angle of 354.49º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93547 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 71 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.02 |
| HSL | 354.49º | 0.94% | 0.59% | - |
| HSV(B) | 354.49º | 0.79% | 0.98% | - |
| XYZ | 41.48 | 23.14 | 8.24 | - |
| YUV | 113.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 71 | 0 | 0.79 | 0.71 | 0.02 | 354.49 | 0.94 | 0.59 |
| Hex | F9 | 35 | 47 | 0 | 4F | 47 | 2 | 162 | 5E | 3B |
| Octal | 371 | 65 | 107 | 0 | 117 | 107 | 2 | 542 | 136 | 73 |
| Binary | 11111001 | 110101 | 1000111 | 0 | 1001111 | 1000111 | 10 | 101100010 | 1011110 | 111011 |
Color Harmonies of #F93547
Complementary color
Monochromatic Colors of #F93547
Black with #F93547
Text Example
Text Example
White with #F93547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93547; }
p { color: rgb(249,53,71); }
H1.HeaderClassName
{
color: #F93547;
}
.AnyTagClassName
{
color: #F93547;
}
</style>
background-color css
<style>
a { background-color: #F93547; }
a { background-color: rgb(249,53,71); }
div.DivClassName
{
background-color: #F93547;
}
.BgClassName
{
background-color: #F93547;
}
</style>
border-color css
<style>
span { border-color: #F93547; }
span { border-color: rgb(249,53,71); }
td.TdClassName
{
border-color: #F93547;
}
.TagClassName
{
border-color: #F93547;
}
</style>