Shades of Radical Red #FA3C71
Tints of Radical Red #FA3C71
RGB
CMYK
RGB Variations
Color information
#FA3C71 (or 0xFA3C71) is known color: Radical Red. HEX triplet: FA, 3C and 71. RGB value is (250,60,113). Sum of RGB (Red+Green+Blue) = 250+60+113=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C71 is #05C38E. Grayscale: #7A7A7A. Windows color (decimal): -377743 or 7421178. OLE color: 7421178.
HSL color Cylindrical-coordinate representation of color #FA3C71: hue angle of 343.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C71 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 113 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.02 |
| HSL | 343.26º | 0.95% | 0.61% | - |
| HSV(B) | 343.26º | 0.76% | 0.98% | - |
| XYZ | 44.02 | 24.75 | 18.08 | - |
| YUV | 122.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 113 | 0 | 0.76 | 0.55 | 0.02 | 343.26 | 0.95 | 0.61 |
| Hex | FA | 3C | 71 | 0 | 4C | 37 | 2 | 157 | 5F | 3D |
| Octal | 372 | 74 | 161 | 0 | 114 | 67 | 2 | 527 | 137 | 75 |
| Binary | 11111010 | 111100 | 1110001 | 0 | 1001100 | 110111 | 10 | 101010111 | 1011111 | 111101 |
Color Harmonies of #FA3C71
Complementary color
Monochromatic Colors of #FA3C71
Black with #FA3C71
Text Example
Text Example
White with #FA3C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C71; }
p { color: rgb(250,60,113); }
H1.HeaderClassName
{
color: #FA3C71;
}
.AnyTagClassName
{
color: #FA3C71;
}
</style>
background-color css
<style>
a { background-color: #FA3C71; }
a { background-color: rgb(250,60,113); }
div.DivClassName
{
background-color: #FA3C71;
}
.BgClassName
{
background-color: #FA3C71;
}
</style>
border-color css
<style>
span { border-color: #FA3C71; }
span { border-color: rgb(250,60,113); }
td.TdClassName
{
border-color: #FA3C71;
}
.TagClassName
{
border-color: #FA3C71;
}
</style>