Shades of Radical Red #F94E57
Tints of Radical Red #F94E57
RGB
CMYK
RGB Variations
Color information
#F94E57 (or 0xF94E57) is known color: Radical Red. HEX triplet: F9, 4E and 57. RGB value is (249,78,87). Sum of RGB (Red+Green+Blue) = 249+78+87=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E57 is #06B1A8. Grayscale: #828282. Windows color (decimal): -438697 or 5721849. OLE color: 5721849.
HSL color Cylindrical-coordinate representation of color #F94E57: hue angle of 356.84º 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 #F94E57 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 87 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.02 |
| HSL | 356.84º | 0.93% | 0.64% | - |
| HSV(B) | 356.84º | 0.69% | 0.98% | - |
| XYZ | 43.51 | 26.28 | 11.8 | - |
| YUV | 130.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 87 | 0 | 0.69 | 0.65 | 0.02 | 356.84 | 0.93 | 0.64 |
| Hex | F9 | 4E | 57 | 0 | 45 | 41 | 2 | 165 | 5D | 40 |
| Octal | 371 | 116 | 127 | 0 | 105 | 101 | 2 | 545 | 135 | 100 |
| Binary | 11111001 | 1001110 | 1010111 | 0 | 1000101 | 1000001 | 10 | 101100101 | 1011101 | 1000000 |
Color Harmonies of #F94E57
Complementary color
Monochromatic Colors of #F94E57
Black with #F94E57
Text Example
Text Example
White with #F94E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94E57; }
p { color: rgb(249,78,87); }
H1.HeaderClassName
{
color: #F94E57;
}
.AnyTagClassName
{
color: #F94E57;
}
</style>
background-color css
<style>
a { background-color: #F94E57; }
a { background-color: rgb(249,78,87); }
div.DivClassName
{
background-color: #F94E57;
}
.BgClassName
{
background-color: #F94E57;
}
</style>
border-color css
<style>
span { border-color: #F94E57; }
span { border-color: rgb(249,78,87); }
td.TdClassName
{
border-color: #F94E57;
}
.TagClassName
{
border-color: #F94E57;
}
</style>