Shades of Radical Red #F94E5B
Tints of Radical Red #F94E5B
RGB
CMYK
RGB Variations
Color information
#F94E5B (or 0xF94E5B) is known color: Radical Red. HEX triplet: F9, 4E and 5B. RGB value is (249,78,91). Sum of RGB (Red+Green+Blue) = 249+78+91=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E5B is #06B1A4. Grayscale: #828282. Windows color (decimal): -438693 or 5983993. OLE color: 5983993.
HSL color Cylindrical-coordinate representation of color #F94E5B: hue angle of 355.44º 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 #F94E5B is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 91 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.02 |
| HSL | 355.44º | 0.93% | 0.64% | - |
| HSV(B) | 355.44º | 0.69% | 0.98% | - |
| XYZ | 43.68 | 26.34 | 12.68 | - |
| YUV | 130.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 91 | 0 | 0.69 | 0.63 | 0.02 | 355.44 | 0.93 | 0.64 |
| Hex | F9 | 4E | 5B | 0 | 45 | 3F | 2 | 163 | 5D | 40 |
| Octal | 371 | 116 | 133 | 0 | 105 | 77 | 2 | 543 | 135 | 100 |
| Binary | 11111001 | 1001110 | 1011011 | 0 | 1000101 | 111111 | 10 | 101100011 | 1011101 | 1000000 |
Color Harmonies of #F94E5B
Complementary color
Monochromatic Colors of #F94E5B
Black with #F94E5B
Text Example
Text Example
White with #F94E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94E5B; }
p { color: rgb(249,78,91); }
H1.HeaderClassName
{
color: #F94E5B;
}
.AnyTagClassName
{
color: #F94E5B;
}
</style>
background-color css
<style>
a { background-color: #F94E5B; }
a { background-color: rgb(249,78,91); }
div.DivClassName
{
background-color: #F94E5B;
}
.BgClassName
{
background-color: #F94E5B;
}
</style>
border-color css
<style>
span { border-color: #F94E5B; }
span { border-color: rgb(249,78,91); }
td.TdClassName
{
border-color: #F94E5B;
}
.TagClassName
{
border-color: #F94E5B;
}
</style>