Shades of Radical Red #F93947
Tints of Radical Red #F93947
RGB
CMYK
RGB Variations
Color information
#F93947 (or 0xF93947) is known color: Radical Red. HEX triplet: F9, 39 and 47. RGB value is (249,57,71). Sum of RGB (Red+Green+Blue) = 249+57+71=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F93947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93947 is #06C6B8. Grayscale: #747474. Windows color (decimal): -444089 or 4667897. OLE color: 4667897.
HSL color Cylindrical-coordinate representation of color #F93947: hue angle of 355.62º 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 #F93947 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 71 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.02 |
| HSL | 355.63º | 0.94% | 0.6% | - |
| HSV(B) | 355.63º | 0.77% | 0.98% | - |
| XYZ | 41.67 | 23.52 | 8.31 | - |
| YUV | 116 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 71 | 0 | 0.77 | 0.71 | 0.02 | 355.63 | 0.94 | 0.6 |
| Hex | F9 | 39 | 47 | 0 | 4D | 47 | 2 | 164 | 5E | 3C |
| Octal | 371 | 71 | 107 | 0 | 115 | 107 | 2 | 544 | 136 | 74 |
| Binary | 11111001 | 111001 | 1000111 | 0 | 1001101 | 1000111 | 10 | 101100100 | 1011110 | 111100 |
Color Harmonies of #F93947
Complementary color
Monochromatic Colors of #F93947
Black with #F93947
Text Example
Text Example
White with #F93947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93947; }
p { color: rgb(249,57,71); }
H1.HeaderClassName
{
color: #F93947;
}
.AnyTagClassName
{
color: #F93947;
}
</style>
background-color css
<style>
a { background-color: #F93947; }
a { background-color: rgb(249,57,71); }
div.DivClassName
{
background-color: #F93947;
}
.BgClassName
{
background-color: #F93947;
}
</style>
border-color css
<style>
span { border-color: #F93947; }
span { border-color: rgb(249,57,71); }
td.TdClassName
{
border-color: #F93947;
}
.TagClassName
{
border-color: #F93947;
}
</style>