Shades of Radical Red #F94649
Tints of Radical Red #F94649
RGB
CMYK
RGB Variations
Color information
#F94649 (or 0xF94649) is known color: Radical Red. HEX triplet: F9, 46 and 49. RGB value is (249,70,73). Sum of RGB (Red+Green+Blue) = 249+70+73=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F94649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94649 is #06B9B6. Grayscale: #7C7C7C. Windows color (decimal): -440759 or 4802297. OLE color: 4802297.
HSL color Cylindrical-coordinate representation of color #F94649: hue angle of 358.99º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94649 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 73 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.02 |
| HSL | 358.99º | 0.94% | 0.63% | - |
| HSV(B) | 358.99º | 0.72% | 0.98% | - |
| XYZ | 42.46 | 25 | 8.89 | - |
| YUV | 123.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 73 | 0 | 0.72 | 0.71 | 0.02 | 358.99 | 0.94 | 0.63 |
| Hex | F9 | 46 | 49 | 0 | 48 | 47 | 2 | 167 | 5E | 3F |
| Octal | 371 | 106 | 111 | 0 | 110 | 107 | 2 | 547 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1001001 | 0 | 1001000 | 1000111 | 10 | 101100111 | 1011110 | 111111 |
Color Harmonies of #F94649
Complementary color
Monochromatic Colors of #F94649
Black with #F94649
Text Example
Text Example
White with #F94649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94649; }
p { color: rgb(249,70,73); }
H1.HeaderClassName
{
color: #F94649;
}
.AnyTagClassName
{
color: #F94649;
}
</style>
background-color css
<style>
a { background-color: #F94649; }
a { background-color: rgb(249,70,73); }
div.DivClassName
{
background-color: #F94649;
}
.BgClassName
{
background-color: #F94649;
}
</style>
border-color css
<style>
span { border-color: #F94649; }
span { border-color: rgb(249,70,73); }
td.TdClassName
{
border-color: #F94649;
}
.TagClassName
{
border-color: #F94649;
}
</style>