Shades of Radical Red #FA4071
Tints of Radical Red #FA4071
RGB
CMYK
RGB Variations
Color information
#FA4071 (or 0xFA4071) is known color: Radical Red. HEX triplet: FA, 40 and 71. RGB value is (250,64,113). Sum of RGB (Red+Green+Blue) = 250+64+113=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4071 is #05BF8E. Grayscale: #7D7D7D. Windows color (decimal): -376719 or 7422202. OLE color: 7422202.
HSL color Cylindrical-coordinate representation of color #FA4071: hue angle of 344.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4071 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 113 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.19º | 0.95% | 0.62% | - |
| HSV(B) | 344.19º | 0.74% | 0.98% | - |
| XYZ | 44.24 | 25.18 | 18.15 | - |
| YUV | 125.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 113 | 0 | 0.74 | 0.55 | 0.02 | 344.19 | 0.95 | 0.62 |
| Hex | FA | 40 | 71 | 0 | 4A | 37 | 2 | 158 | 5F | 3E |
| Octal | 372 | 100 | 161 | 0 | 112 | 67 | 2 | 530 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1110001 | 0 | 1001010 | 110111 | 10 | 101011000 | 1011111 | 111110 |
Color Harmonies of #FA4071
Complementary color
Monochromatic Colors of #FA4071
Black with #FA4071
Text Example
Text Example
White with #FA4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4071; }
p { color: rgb(250,64,113); }
H1.HeaderClassName
{
color: #FA4071;
}
.AnyTagClassName
{
color: #FA4071;
}
</style>
background-color css
<style>
a { background-color: #FA4071; }
a { background-color: rgb(250,64,113); }
div.DivClassName
{
background-color: #FA4071;
}
.BgClassName
{
background-color: #FA4071;
}
</style>
border-color css
<style>
span { border-color: #FA4071; }
span { border-color: rgb(250,64,113); }
td.TdClassName
{
border-color: #FA4071;
}
.TagClassName
{
border-color: #FA4071;
}
</style>