Shades of Radical Red #FA3172
Tints of Radical Red #FA3172
RGB
CMYK
RGB Variations
Color information
#FA3172 (or 0xFA3172) is known color: Radical Red. HEX triplet: FA, 31 and 72. RGB value is (250,49,114). Sum of RGB (Red+Green+Blue) = 250+49+114=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3172 is #05CE8D. Grayscale: #747474. Windows color (decimal): -380558 or 7483898. OLE color: 7483898.
HSL color Cylindrical-coordinate representation of color #FA3172: hue angle of 340.6º 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 #FA3172 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 114 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.02 |
| HSL | 340.6º | 0.95% | 0.59% | - |
| HSV(B) | 340.6º | 0.8% | 0.98% | - |
| XYZ | 43.56 | 23.74 | 18.21 | - |
| YUV | 116.51 | 126.59 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 114 | 0 | 0.80 | 0.54 | 0.02 | 340.6 | 0.95 | 0.59 |
| Hex | FA | 31 | 72 | 0 | 50 | 36 | 2 | 155 | 5F | 3B |
| Octal | 372 | 61 | 162 | 0 | 120 | 66 | 2 | 525 | 137 | 73 |
| Binary | 11111010 | 110001 | 1110010 | 0 | 1010000 | 110110 | 10 | 101010101 | 1011111 | 111011 |
Color Harmonies of #FA3172
Complementary color
Monochromatic Colors of #FA3172
Black with #FA3172
Text Example
Text Example
White with #FA3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3172; }
p { color: rgb(250,49,114); }
H1.HeaderClassName
{
color: #FA3172;
}
.AnyTagClassName
{
color: #FA3172;
}
</style>
background-color css
<style>
a { background-color: #FA3172; }
a { background-color: rgb(250,49,114); }
div.DivClassName
{
background-color: #FA3172;
}
.BgClassName
{
background-color: #FA3172;
}
</style>
border-color css
<style>
span { border-color: #FA3172; }
span { border-color: rgb(250,49,114); }
td.TdClassName
{
border-color: #FA3172;
}
.TagClassName
{
border-color: #FA3172;
}
</style>