Shades of Radical Red #FA325E
Tints of Radical Red #FA325E
RGB
CMYK
RGB Variations
Color information
#FA325E (or 0xFA325E) is known color: Radical Red. HEX triplet: FA, 32 and 5E. RGB value is (250,50,94). Sum of RGB (Red+Green+Blue) = 250+50+94=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA325E is #05CDA1. Grayscale: #727272. Windows color (decimal): -380322 or 6173434. OLE color: 6173434.
HSL color Cylindrical-coordinate representation of color #FA325E: hue angle of 346.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA325E is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 94 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.02 |
| HSL | 346.8º | 0.95% | 0.59% | - |
| HSV(B) | 346.8º | 0.8% | 0.98% | - |
| XYZ | 42.59 | 23.41 | 12.86 | - |
| YUV | 114.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 94 | 0 | 0.8 | 0.62 | 0.02 | 346.8 | 0.95 | 0.59 |
| Hex | FA | 32 | 5E | 0 | 50 | 3E | 2 | 15B | 5F | 3B |
| Octal | 372 | 62 | 136 | 0 | 120 | 76 | 2 | 533 | 137 | 73 |
| Binary | 11111010 | 110010 | 1011110 | 0 | 1010000 | 111110 | 10 | 101011011 | 1011111 | 111011 |
Color Harmonies of #FA325E
Complementary color
Monochromatic Colors of #FA325E
Black with #FA325E
Text Example
Text Example
White with #FA325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA325E; }
p { color: rgb(250,50,94); }
H1.HeaderClassName
{
color: #FA325E;
}
.AnyTagClassName
{
color: #FA325E;
}
</style>
background-color css
<style>
a { background-color: #FA325E; }
a { background-color: rgb(250,50,94); }
div.DivClassName
{
background-color: #FA325E;
}
.BgClassName
{
background-color: #FA325E;
}
</style>
border-color css
<style>
span { border-color: #FA325E; }
span { border-color: rgb(250,50,94); }
td.TdClassName
{
border-color: #FA325E;
}
.TagClassName
{
border-color: #FA325E;
}
</style>