Shades of Radical Red #FA3E4E
Tints of Radical Red #FA3E4E
RGB
CMYK
RGB Variations
Color information
#FA3E4E (or 0xFA3E4E) is known color: Radical Red. HEX triplet: FA, 3E and 4E. RGB value is (250,62,78). Sum of RGB (Red+Green+Blue) = 250+62+78=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E4E is #05C1B1. Grayscale: #787878. Windows color (decimal): -377266 or 5127930. OLE color: 5127930.
HSL color Cylindrical-coordinate representation of color #FA3E4E: hue angle of 354.89º 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 #FA3E4E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 78 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.02 |
| HSL | 354.89º | 0.95% | 0.61% | - |
| HSV(B) | 354.89º | 0.75% | 0.98% | - |
| XYZ | 42.52 | 24.32 | 9.66 | - |
| YUV | 120.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 78 | 0 | 0.75 | 0.69 | 0.02 | 354.89 | 0.95 | 0.61 |
| Hex | FA | 3E | 4E | 0 | 4B | 45 | 2 | 163 | 5F | 3D |
| Octal | 372 | 76 | 116 | 0 | 113 | 105 | 2 | 543 | 137 | 75 |
| Binary | 11111010 | 111110 | 1001110 | 0 | 1001011 | 1000101 | 10 | 101100011 | 1011111 | 111101 |
Color Harmonies of #FA3E4E
Complementary color
Monochromatic Colors of #FA3E4E
Black with #FA3E4E
Text Example
Text Example
White with #FA3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E4E; }
p { color: rgb(250,62,78); }
H1.HeaderClassName
{
color: #FA3E4E;
}
.AnyTagClassName
{
color: #FA3E4E;
}
</style>
background-color css
<style>
a { background-color: #FA3E4E; }
a { background-color: rgb(250,62,78); }
div.DivClassName
{
background-color: #FA3E4E;
}
.BgClassName
{
background-color: #FA3E4E;
}
</style>
border-color css
<style>
span { border-color: #FA3E4E; }
span { border-color: rgb(250,62,78); }
td.TdClassName
{
border-color: #FA3E4E;
}
.TagClassName
{
border-color: #FA3E4E;
}
</style>