Shades of Radical Red #F93A47
Tints of Radical Red #F93A47
RGB
CMYK
RGB Variations
Color information
#F93A47 (or 0xF93A47) is known color: Radical Red. HEX triplet: F9, 3A and 47. RGB value is (249,58,71). Sum of RGB (Red+Green+Blue) = 249+58+71=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A47 is #06C5B8. Grayscale: #747474. Windows color (decimal): -443833 or 4668153. OLE color: 4668153.
HSL color Cylindrical-coordinate representation of color #F93A47: hue angle of 355.92º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A47 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 71 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.02 |
| HSL | 355.92º | 0.94% | 0.6% | - |
| HSV(B) | 355.92º | 0.77% | 0.98% | - |
| XYZ | 41.72 | 23.62 | 8.32 | - |
| YUV | 116.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 71 | 0 | 0.77 | 0.71 | 0.02 | 355.92 | 0.94 | 0.6 |
| Hex | F9 | 3A | 47 | 0 | 4D | 47 | 2 | 164 | 5E | 3C |
| Octal | 371 | 72 | 107 | 0 | 115 | 107 | 2 | 544 | 136 | 74 |
| Binary | 11111001 | 111010 | 1000111 | 0 | 1001101 | 1000111 | 10 | 101100100 | 1011110 | 111100 |
Color Harmonies of #F93A47
Complementary color
Monochromatic Colors of #F93A47
Black with #F93A47
Text Example
Text Example
White with #F93A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A47; }
p { color: rgb(249,58,71); }
H1.HeaderClassName
{
color: #F93A47;
}
.AnyTagClassName
{
color: #F93A47;
}
</style>
background-color css
<style>
a { background-color: #F93A47; }
a { background-color: rgb(249,58,71); }
div.DivClassName
{
background-color: #F93A47;
}
.BgClassName
{
background-color: #F93A47;
}
</style>
border-color css
<style>
span { border-color: #F93A47; }
span { border-color: rgb(249,58,71); }
td.TdClassName
{
border-color: #F93A47;
}
.TagClassName
{
border-color: #F93A47;
}
</style>