Shades of Radical Red #F54449
Tints of Radical Red #F54449
RGB
CMYK
RGB Variations
Color information
#F54449 (or 0xF54449) is known color: Radical Red. HEX triplet: F5, 44 and 49. RGB value is (245,68,73). Sum of RGB (Red+Green+Blue) = 245+68+73=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F54449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54449 is #0ABBB6. Grayscale: #797979. Windows color (decimal): -703415 or 4801781. OLE color: 4801781.
HSL color Cylindrical-coordinate representation of color #F54449: hue angle of 358.31º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54449 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 73 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.04 |
| HSL | 358.31º | 0.9% | 0.61% | - |
| HSV(B) | 358.31º | 0.72% | 0.96% | - |
| XYZ | 40.93 | 24.03 | 8.78 | - |
| YUV | 121.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 73 | 0 | 0.72 | 0.70 | 0.04 | 358.31 | 0.9 | 0.61 |
| Hex | F5 | 44 | 49 | 0 | 48 | 46 | 4 | 166 | 5A | 3D |
| Octal | 365 | 104 | 111 | 0 | 110 | 106 | 4 | 546 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1001001 | 0 | 1001000 | 1000110 | 100 | 101100110 | 1011010 | 111101 |
Color Harmonies of #F54449
Complementary color
Monochromatic Colors of #F54449
Black with #F54449
Text Example
Text Example
White with #F54449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54449; }
p { color: rgb(245,68,73); }
H1.HeaderClassName
{
color: #F54449;
}
.AnyTagClassName
{
color: #F54449;
}
</style>
background-color css
<style>
a { background-color: #F54449; }
a { background-color: rgb(245,68,73); }
div.DivClassName
{
background-color: #F54449;
}
.BgClassName
{
background-color: #F54449;
}
</style>
border-color css
<style>
span { border-color: #F54449; }
span { border-color: rgb(245,68,73); }
td.TdClassName
{
border-color: #F54449;
}
.TagClassName
{
border-color: #F54449;
}
</style>