Shades of Radical Red #FA3E5E
Tints of Radical Red #FA3E5E
RGB
CMYK
RGB Variations
Color information
#FA3E5E (or 0xFA3E5E) is known color: Radical Red. HEX triplet: FA, 3E and 5E. RGB value is (250,62,94). Sum of RGB (Red+Green+Blue) = 250+62+94=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E5E is #05C1A1. Grayscale: #797979. Windows color (decimal): -377250 or 6176506. OLE color: 6176506.
HSL color Cylindrical-coordinate representation of color #FA3E5E: hue angle of 349.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3E5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.02 |
| HSL | 349.79º | 0.95% | 0.61% | - |
| HSV(B) | 349.79º | 0.75% | 0.98% | - |
| XYZ | 43.17 | 24.58 | 13.06 | - |
| YUV | 121.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 94 | 0 | 0.75 | 0.62 | 0.02 | 349.79 | 0.95 | 0.61 |
| Hex | FA | 3E | 5E | 0 | 4B | 3E | 2 | 15E | 5F | 3D |
| Octal | 372 | 76 | 136 | 0 | 113 | 76 | 2 | 536 | 137 | 75 |
| Binary | 11111010 | 111110 | 1011110 | 0 | 1001011 | 111110 | 10 | 101011110 | 1011111 | 111101 |
Color Harmonies of #FA3E5E
Complementary color
Monochromatic Colors of #FA3E5E
Black with #FA3E5E
Text Example
Text Example
White with #FA3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E5E; }
p { color: rgb(250,62,94); }
H1.HeaderClassName
{
color: #FA3E5E;
}
.AnyTagClassName
{
color: #FA3E5E;
}
</style>
background-color css
<style>
a { background-color: #FA3E5E; }
a { background-color: rgb(250,62,94); }
div.DivClassName
{
background-color: #FA3E5E;
}
.BgClassName
{
background-color: #FA3E5E;
}
</style>
border-color css
<style>
span { border-color: #FA3E5E; }
span { border-color: rgb(250,62,94); }
td.TdClassName
{
border-color: #FA3E5E;
}
.TagClassName
{
border-color: #FA3E5E;
}
</style>