Shades of Radical Red #F94D51
Tints of Radical Red #F94D51
RGB
CMYK
RGB Variations
Color information
#F94D51 (or 0xF94D51) is known color: Radical Red. HEX triplet: F9, 4D and 51. RGB value is (249,77,81). Sum of RGB (Red+Green+Blue) = 249+77+81=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D51 is #06B2AE. Grayscale: #818181. Windows color (decimal): -438959 or 5328377. OLE color: 5328377.
HSL color Cylindrical-coordinate representation of color #F94D51: hue angle of 358.6º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94D51 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 81 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.02 |
| HSL | 358.6º | 0.93% | 0.64% | - |
| HSV(B) | 358.6º | 0.69% | 0.98% | - |
| XYZ | 43.21 | 26.04 | 10.53 | - |
| YUV | 128.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 81 | 0 | 0.69 | 0.67 | 0.02 | 358.6 | 0.93 | 0.64 |
| Hex | F9 | 4D | 51 | 0 | 45 | 43 | 2 | 167 | 5D | 40 |
| Octal | 371 | 115 | 121 | 0 | 105 | 103 | 2 | 547 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1010001 | 0 | 1000101 | 1000011 | 10 | 101100111 | 1011101 | 1000000 |
Color Harmonies of #F94D51
Complementary color
Monochromatic Colors of #F94D51
Black with #F94D51
Text Example
Text Example
White with #F94D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D51; }
p { color: rgb(249,77,81); }
H1.HeaderClassName
{
color: #F94D51;
}
.AnyTagClassName
{
color: #F94D51;
}
</style>
background-color css
<style>
a { background-color: #F94D51; }
a { background-color: rgb(249,77,81); }
div.DivClassName
{
background-color: #F94D51;
}
.BgClassName
{
background-color: #F94D51;
}
</style>
border-color css
<style>
span { border-color: #F94D51; }
span { border-color: rgb(249,77,81); }
td.TdClassName
{
border-color: #F94D51;
}
.TagClassName
{
border-color: #F94D51;
}
</style>