Shades of Radical Red #F94054
Tints of Radical Red #F94054
RGB
CMYK
RGB Variations
Color information
#F94054 (or 0xF94054) is known color: Radical Red. HEX triplet: F9, 40 and 54. RGB value is (249,64,84). Sum of RGB (Red+Green+Blue) = 249+64+84=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F94054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94054 is #06BFAB. Grayscale: #797979. Windows color (decimal): -442284 or 5521657. OLE color: 5521657.
HSL color Cylindrical-coordinate representation of color #F94054: hue angle of 353.51º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94054 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 84 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.51º | 0.94% | 0.61% | - |
| HSV(B) | 353.51º | 0.74% | 0.98% | - |
| XYZ | 42.5 | 24.45 | 10.87 | - |
| YUV | 121.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 84 | 0 | 0.74 | 0.66 | 0.02 | 353.51 | 0.94 | 0.61 |
| Hex | F9 | 40 | 54 | 0 | 4A | 42 | 2 | 162 | 5E | 3D |
| Octal | 371 | 100 | 124 | 0 | 112 | 102 | 2 | 542 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1010100 | 0 | 1001010 | 1000010 | 10 | 101100010 | 1011110 | 111101 |
Color Harmonies of #F94054
Complementary color
Monochromatic Colors of #F94054
Black with #F94054
Text Example
Text Example
White with #F94054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94054; }
p { color: rgb(249,64,84); }
H1.HeaderClassName
{
color: #F94054;
}
.AnyTagClassName
{
color: #F94054;
}
</style>
background-color css
<style>
a { background-color: #F94054; }
a { background-color: rgb(249,64,84); }
div.DivClassName
{
background-color: #F94054;
}
.BgClassName
{
background-color: #F94054;
}
</style>
border-color css
<style>
span { border-color: #F94054; }
span { border-color: rgb(249,64,84); }
td.TdClassName
{
border-color: #F94054;
}
.TagClassName
{
border-color: #F94054;
}
</style>