Shades of Radical Red #FA4D4E
Tints of Radical Red #FA4D4E
RGB
CMYK
RGB Variations
Color information
#FA4D4E (or 0xFA4D4E) is known color: Radical Red. HEX triplet: FA, 4D and 4E. RGB value is (250,77,78). Sum of RGB (Red+Green+Blue) = 250+77+78=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D4E is #05B2B1. Grayscale: #818181. Windows color (decimal): -373426 or 5131770. OLE color: 5131770.
HSL color Cylindrical-coordinate representation of color #FA4D4E: hue angle of 359.65º degrees, saturation: 0.95, 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 #FA4D4E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 78 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.02 |
| HSL | 359.65º | 0.95% | 0.64% | - |
| HSV(B) | 359.65º | 0.69% | 0.98% | - |
| XYZ | 43.45 | 26.18 | 9.97 | - |
| YUV | 128.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 78 | 0 | 0.69 | 0.69 | 0.02 | 359.65 | 0.95 | 0.64 |
| Hex | FA | 4D | 4E | 0 | 45 | 45 | 2 | 168 | 5F | 40 |
| Octal | 372 | 115 | 116 | 0 | 105 | 105 | 2 | 550 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1001110 | 0 | 1000101 | 1000101 | 10 | 101101000 | 1011111 | 1000000 |
Color Harmonies of #FA4D4E
Complementary color
Monochromatic Colors of #FA4D4E
Black with #FA4D4E
Text Example
Text Example
White with #FA4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D4E; }
p { color: rgb(250,77,78); }
H1.HeaderClassName
{
color: #FA4D4E;
}
.AnyTagClassName
{
color: #FA4D4E;
}
</style>
background-color css
<style>
a { background-color: #FA4D4E; }
a { background-color: rgb(250,77,78); }
div.DivClassName
{
background-color: #FA4D4E;
}
.BgClassName
{
background-color: #FA4D4E;
}
</style>
border-color css
<style>
span { border-color: #FA4D4E; }
span { border-color: rgb(250,77,78); }
td.TdClassName
{
border-color: #FA4D4E;
}
.TagClassName
{
border-color: #FA4D4E;
}
</style>