Shades of Radical Red #FA4E50
Tints of Radical Red #FA4E50
RGB
CMYK
RGB Variations
Color information
#FA4E50 (or 0xFA4E50) is known color: Radical Red. HEX triplet: FA, 4E and 50. RGB value is (250,78,80). Sum of RGB (Red+Green+Blue) = 250+78+80=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E50 is #05B1AF. Grayscale: #818181. Windows color (decimal): -373168 or 5263098. OLE color: 5263098.
HSL color Cylindrical-coordinate representation of color #FA4E50: hue angle of 359.3º 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 #FA4E50 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 80 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.02 |
| HSL | 359.3º | 0.95% | 0.64% | - |
| HSV(B) | 359.3º | 0.69% | 0.98% | - |
| XYZ | 43.6 | 26.35 | 10.38 | - |
| YUV | 129.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 80 | 0 | 0.69 | 0.68 | 0.02 | 359.3 | 0.95 | 0.64 |
| Hex | FA | 4E | 50 | 0 | 45 | 44 | 2 | 167 | 5F | 40 |
| Octal | 372 | 116 | 120 | 0 | 105 | 104 | 2 | 547 | 137 | 100 |
| Binary | 11111010 | 1001110 | 1010000 | 0 | 1000101 | 1000100 | 10 | 101100111 | 1011111 | 1000000 |
Color Harmonies of #FA4E50
Complementary color
Monochromatic Colors of #FA4E50
Black with #FA4E50
Text Example
Text Example
White with #FA4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E50; }
p { color: rgb(250,78,80); }
H1.HeaderClassName
{
color: #FA4E50;
}
.AnyTagClassName
{
color: #FA4E50;
}
</style>
background-color css
<style>
a { background-color: #FA4E50; }
a { background-color: rgb(250,78,80); }
div.DivClassName
{
background-color: #FA4E50;
}
.BgClassName
{
background-color: #FA4E50;
}
</style>
border-color css
<style>
span { border-color: #FA4E50; }
span { border-color: rgb(250,78,80); }
td.TdClassName
{
border-color: #FA4E50;
}
.TagClassName
{
border-color: #FA4E50;
}
</style>