Shades of Radical Red #FA4E5A
Tints of Radical Red #FA4E5A
RGB
CMYK
RGB Variations
Color information
#FA4E5A (or 0xFA4E5A) is known color: Radical Red. HEX triplet: FA, 4E and 5A. RGB value is (250,78,90). Sum of RGB (Red+Green+Blue) = 250+78+90=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E5A is #05B1A5. Grayscale: #828282. Windows color (decimal): -373158 or 5918458. OLE color: 5918458.
HSL color Cylindrical-coordinate representation of color #FA4E5A: hue angle of 355.81º 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 #FA4E5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 90 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.02 |
| HSL | 355.81º | 0.95% | 0.64% | - |
| HSV(B) | 355.81º | 0.69% | 0.98% | - |
| XYZ | 43.99 | 26.51 | 12.47 | - |
| YUV | 130.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 90 | 0 | 0.69 | 0.64 | 0.02 | 355.81 | 0.95 | 0.64 |
| Hex | FA | 4E | 5A | 0 | 45 | 40 | 2 | 164 | 5F | 40 |
| Octal | 372 | 116 | 132 | 0 | 105 | 100 | 2 | 544 | 137 | 100 |
| Binary | 11111010 | 1001110 | 1011010 | 0 | 1000101 | 1000000 | 10 | 101100100 | 1011111 | 1000000 |
Color Harmonies of #FA4E5A
Complementary color
Monochromatic Colors of #FA4E5A
Black with #FA4E5A
Text Example
Text Example
White with #FA4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E5A; }
p { color: rgb(250,78,90); }
H1.HeaderClassName
{
color: #FA4E5A;
}
.AnyTagClassName
{
color: #FA4E5A;
}
</style>
background-color css
<style>
a { background-color: #FA4E5A; }
a { background-color: rgb(250,78,90); }
div.DivClassName
{
background-color: #FA4E5A;
}
.BgClassName
{
background-color: #FA4E5A;
}
</style>
border-color css
<style>
span { border-color: #FA4E5A; }
span { border-color: rgb(250,78,90); }
td.TdClassName
{
border-color: #FA4E5A;
}
.TagClassName
{
border-color: #FA4E5A;
}
</style>