Shades of Radical Red #FA4E55
Tints of Radical Red #FA4E55
RGB
CMYK
RGB Variations
Color information
#FA4E55 (or 0xFA4E55) is known color: Radical Red. HEX triplet: FA, 4E and 55. RGB value is (250,78,85). Sum of RGB (Red+Green+Blue) = 250+78+85=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E55 is #05B1AA. Grayscale: #828282. Windows color (decimal): -373163 or 5590778. OLE color: 5590778.
HSL color Cylindrical-coordinate representation of color #FA4E55: hue angle of 357.56º 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 #FA4E55 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 85 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.02 |
| HSL | 357.56º | 0.95% | 0.64% | - |
| HSV(B) | 357.56º | 0.69% | 0.98% | - |
| XYZ | 43.79 | 26.43 | 11.39 | - |
| YUV | 130.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 85 | 0 | 0.69 | 0.66 | 0.02 | 357.56 | 0.95 | 0.64 |
| Hex | FA | 4E | 55 | 0 | 45 | 42 | 2 | 166 | 5F | 40 |
| Octal | 372 | 116 | 125 | 0 | 105 | 102 | 2 | 546 | 137 | 100 |
| Binary | 11111010 | 1001110 | 1010101 | 0 | 1000101 | 1000010 | 10 | 101100110 | 1011111 | 1000000 |
Color Harmonies of #FA4E55
Complementary color
Monochromatic Colors of #FA4E55
Black with #FA4E55
Text Example
Text Example
White with #FA4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E55; }
p { color: rgb(250,78,85); }
H1.HeaderClassName
{
color: #FA4E55;
}
.AnyTagClassName
{
color: #FA4E55;
}
</style>
background-color css
<style>
a { background-color: #FA4E55; }
a { background-color: rgb(250,78,85); }
div.DivClassName
{
background-color: #FA4E55;
}
.BgClassName
{
background-color: #FA4E55;
}
</style>
border-color css
<style>
span { border-color: #FA4E55; }
span { border-color: rgb(250,78,85); }
td.TdClassName
{
border-color: #FA4E55;
}
.TagClassName
{
border-color: #FA4E55;
}
</style>