Shades of Radical Red #F93D49
Tints of Radical Red #F93D49
RGB
CMYK
RGB Variations
Color information
#F93D49 (or 0xF93D49) is known color: Radical Red. HEX triplet: F9, 3D and 49. RGB value is (249,61,73). Sum of RGB (Red+Green+Blue) = 249+61+73=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D49 is #06C2B6. Grayscale: #767676. Windows color (decimal): -443063 or 4799993. OLE color: 4799993.
HSL color Cylindrical-coordinate representation of color #F93D49: hue angle of 356.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93D49 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 73 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.02 |
| HSL | 356.17º | 0.94% | 0.61% | - |
| HSV(B) | 356.17º | 0.76% | 0.98% | - |
| XYZ | 41.94 | 23.96 | 8.72 | - |
| YUV | 118.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 73 | 0 | 0.76 | 0.71 | 0.02 | 356.17 | 0.94 | 0.61 |
| Hex | F9 | 3D | 49 | 0 | 4C | 47 | 2 | 164 | 5E | 3D |
| Octal | 371 | 75 | 111 | 0 | 114 | 107 | 2 | 544 | 136 | 75 |
| Binary | 11111001 | 111101 | 1001001 | 0 | 1001100 | 1000111 | 10 | 101100100 | 1011110 | 111101 |
Color Harmonies of #F93D49
Complementary color
Monochromatic Colors of #F93D49
Black with #F93D49
Text Example
Text Example
White with #F93D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D49; }
p { color: rgb(249,61,73); }
H1.HeaderClassName
{
color: #F93D49;
}
.AnyTagClassName
{
color: #F93D49;
}
</style>
background-color css
<style>
a { background-color: #F93D49; }
a { background-color: rgb(249,61,73); }
div.DivClassName
{
background-color: #F93D49;
}
.BgClassName
{
background-color: #F93D49;
}
</style>
border-color css
<style>
span { border-color: #F93D49; }
span { border-color: rgb(249,61,73); }
td.TdClassName
{
border-color: #F93D49;
}
.TagClassName
{
border-color: #F93D49;
}
</style>