Shades of Radical Red #F94D5E
Tints of Radical Red #F94D5E
RGB
CMYK
RGB Variations
Color information
#F94D5E (or 0xF94D5E) is known color: Radical Red. HEX triplet: F9, 4D and 5E. RGB value is (249,77,94). Sum of RGB (Red+Green+Blue) = 249+77+94=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D5E is #06B2A1. Grayscale: #828282. Windows color (decimal): -438946 or 6180345. OLE color: 6180345.
HSL color Cylindrical-coordinate representation of color #F94D5E: hue angle of 354.07º 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 #F94D5E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 94 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.02 |
| HSL | 354.07º | 0.93% | 0.64% | - |
| HSV(B) | 354.07º | 0.69% | 0.98% | - |
| XYZ | 43.74 | 26.26 | 13.35 | - |
| YUV | 130.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 94 | 0 | 0.69 | 0.62 | 0.02 | 354.07 | 0.93 | 0.64 |
| Hex | F9 | 4D | 5E | 0 | 45 | 3E | 2 | 162 | 5D | 40 |
| Octal | 371 | 115 | 136 | 0 | 105 | 76 | 2 | 542 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1011110 | 0 | 1000101 | 111110 | 10 | 101100010 | 1011101 | 1000000 |
Color Harmonies of #F94D5E
Complementary color
Monochromatic Colors of #F94D5E
Black with #F94D5E
Text Example
Text Example
White with #F94D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D5E; }
p { color: rgb(249,77,94); }
H1.HeaderClassName
{
color: #F94D5E;
}
.AnyTagClassName
{
color: #F94D5E;
}
</style>
background-color css
<style>
a { background-color: #F94D5E; }
a { background-color: rgb(249,77,94); }
div.DivClassName
{
background-color: #F94D5E;
}
.BgClassName
{
background-color: #F94D5E;
}
</style>
border-color css
<style>
span { border-color: #F94D5E; }
span { border-color: rgb(249,77,94); }
td.TdClassName
{
border-color: #F94D5E;
}
.TagClassName
{
border-color: #F94D5E;
}
</style>