Shades of Radical Red #FA1F5E
Tints of Radical Red #FA1F5E
RGB
CMYK
RGB Variations
Color information
#FA1F5E (or 0xFA1F5E) is known color: Radical Red. HEX triplet: FA, 1F and 5E. RGB value is (250,31,94). Sum of RGB (Red+Green+Blue) = 250+31+94=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1F5E is #05E0A1. Grayscale: #676767. Windows color (decimal): -385186 or 6168570. OLE color: 6168570.
HSL color Cylindrical-coordinate representation of color #FA1F5E: hue angle of 342.74º 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 #FA1F5E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 94 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.02 |
| HSL | 342.74º | 0.96% | 0.55% | - |
| HSV(B) | 342.74º | 0.88% | 0.98% | - |
| XYZ | 41.93 | 22.11 | 12.65 | - |
| YUV | 103.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 94 | 0 | 0.88 | 0.62 | 0.02 | 342.74 | 0.96 | 0.55 |
| Hex | FA | 1F | 5E | 0 | 58 | 3E | 2 | 157 | 60 | 37 |
| Octal | 372 | 37 | 136 | 0 | 130 | 76 | 2 | 527 | 140 | 67 |
| Binary | 11111010 | 11111 | 1011110 | 0 | 1011000 | 111110 | 10 | 101010111 | 1100000 | 110111 |
Color Harmonies of #FA1F5E
Complementary color
Monochromatic Colors of #FA1F5E
Black with #FA1F5E
Text Example
Text Example
White with #FA1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F5E; }
p { color: rgb(250,31,94); }
H1.HeaderClassName
{
color: #FA1F5E;
}
.AnyTagClassName
{
color: #FA1F5E;
}
</style>
background-color css
<style>
a { background-color: #FA1F5E; }
a { background-color: rgb(250,31,94); }
div.DivClassName
{
background-color: #FA1F5E;
}
.BgClassName
{
background-color: #FA1F5E;
}
</style>
border-color css
<style>
span { border-color: #FA1F5E; }
span { border-color: rgb(250,31,94); }
td.TdClassName
{
border-color: #FA1F5E;
}
.TagClassName
{
border-color: #FA1F5E;
}
</style>