Shades of Radical Red #FA3E5A
Tints of Radical Red #FA3E5A
RGB
CMYK
RGB Variations
Color information
#FA3E5A (or 0xFA3E5A) is known color: Radical Red. HEX triplet: FA, 3E and 5A. RGB value is (250,62,90). Sum of RGB (Red+Green+Blue) = 250+62+90=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E5A is #05C1A5. Grayscale: #797979. Windows color (decimal): -377254 or 5914362. OLE color: 5914362.
HSL color Cylindrical-coordinate representation of color #FA3E5A: hue angle of 351.06º 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 #FA3E5A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 90 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.02 |
| HSL | 351.06º | 0.95% | 0.61% | - |
| HSV(B) | 351.06º | 0.75% | 0.98% | - |
| XYZ | 42.99 | 24.51 | 12.14 | - |
| YUV | 121.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 90 | 0 | 0.75 | 0.64 | 0.02 | 351.06 | 0.95 | 0.61 |
| Hex | FA | 3E | 5A | 0 | 4B | 40 | 2 | 15F | 5F | 3D |
| Octal | 372 | 76 | 132 | 0 | 113 | 100 | 2 | 537 | 137 | 75 |
| Binary | 11111010 | 111110 | 1011010 | 0 | 1001011 | 1000000 | 10 | 101011111 | 1011111 | 111101 |
Color Harmonies of #FA3E5A
Complementary color
Monochromatic Colors of #FA3E5A
Black with #FA3E5A
Text Example
Text Example
White with #FA3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E5A; }
p { color: rgb(250,62,90); }
H1.HeaderClassName
{
color: #FA3E5A;
}
.AnyTagClassName
{
color: #FA3E5A;
}
</style>
background-color css
<style>
a { background-color: #FA3E5A; }
a { background-color: rgb(250,62,90); }
div.DivClassName
{
background-color: #FA3E5A;
}
.BgClassName
{
background-color: #FA3E5A;
}
</style>
border-color css
<style>
span { border-color: #FA3E5A; }
span { border-color: rgb(250,62,90); }
td.TdClassName
{
border-color: #FA3E5A;
}
.TagClassName
{
border-color: #FA3E5A;
}
</style>