Shades of Radical Red #FA1E5D
Tints of Radical Red #FA1E5D
RGB
CMYK
RGB Variations
Color information
#FA1E5D (or 0xFA1E5D) is known color: Radical Red. HEX triplet: FA, 1E and 5D. RGB value is (250,30,93). Sum of RGB (Red+Green+Blue) = 250+30+93=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E5D is #05E1A2. Grayscale: #666666. Windows color (decimal): -385443 or 6102778. OLE color: 6102778.
HSL color Cylindrical-coordinate representation of color #FA1E5D: hue angle of 342.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E5D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 93 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.02 |
| HSL | 342.82º | 0.96% | 0.55% | - |
| HSV(B) | 342.82º | 0.88% | 0.98% | - |
| XYZ | 41.86 | 22.04 | 12.4 | - |
| YUV | 102.96 | 122.39 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 93 | 0 | 0.88 | 0.63 | 0.02 | 342.82 | 0.96 | 0.55 |
| Hex | FA | 1E | 5D | 0 | 58 | 3F | 2 | 157 | 60 | 37 |
| Octal | 372 | 36 | 135 | 0 | 130 | 77 | 2 | 527 | 140 | 67 |
| Binary | 11111010 | 11110 | 1011101 | 0 | 1011000 | 111111 | 10 | 101010111 | 1100000 | 110111 |
Color Harmonies of #FA1E5D
Complementary color
Monochromatic Colors of #FA1E5D
Black with #FA1E5D
Text Example
Text Example
White with #FA1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E5D; }
p { color: rgb(250,30,93); }
H1.HeaderClassName
{
color: #FA1E5D;
}
.AnyTagClassName
{
color: #FA1E5D;
}
</style>
background-color css
<style>
a { background-color: #FA1E5D; }
a { background-color: rgb(250,30,93); }
div.DivClassName
{
background-color: #FA1E5D;
}
.BgClassName
{
background-color: #FA1E5D;
}
</style>
border-color css
<style>
span { border-color: #FA1E5D; }
span { border-color: rgb(250,30,93); }
td.TdClassName
{
border-color: #FA1E5D;
}
.TagClassName
{
border-color: #FA1E5D;
}
</style>