Shades of Radical Red #FA3A70
Tints of Radical Red #FA3A70
RGB
CMYK
RGB Variations
Color information
#FA3A70 (or 0xFA3A70) is known color: Radical Red. HEX triplet: FA, 3A and 70. RGB value is (250,58,112). Sum of RGB (Red+Green+Blue) = 250+58+112=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A70 is #05C58F. Grayscale: #797979. Windows color (decimal): -378256 or 7355130. OLE color: 7355130.
HSL color Cylindrical-coordinate representation of color #FA3A70: hue angle of 343.12º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A70 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 112 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.02 |
| HSL | 343.13º | 0.95% | 0.6% | - |
| HSV(B) | 343.13º | 0.77% | 0.98% | - |
| XYZ | 43.86 | 24.52 | 17.75 | - |
| YUV | 121.56 | 122.61 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 112 | 0 | 0.77 | 0.55 | 0.02 | 343.13 | 0.95 | 0.6 |
| Hex | FA | 3A | 70 | 0 | 4D | 37 | 2 | 157 | 5F | 3C |
| Octal | 372 | 72 | 160 | 0 | 115 | 67 | 2 | 527 | 137 | 74 |
| Binary | 11111010 | 111010 | 1110000 | 0 | 1001101 | 110111 | 10 | 101010111 | 1011111 | 111100 |
Color Harmonies of #FA3A70
Complementary color
Monochromatic Colors of #FA3A70
Black with #FA3A70
Text Example
Text Example
White with #FA3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A70; }
p { color: rgb(250,58,112); }
H1.HeaderClassName
{
color: #FA3A70;
}
.AnyTagClassName
{
color: #FA3A70;
}
</style>
background-color css
<style>
a { background-color: #FA3A70; }
a { background-color: rgb(250,58,112); }
div.DivClassName
{
background-color: #FA3A70;
}
.BgClassName
{
background-color: #FA3A70;
}
</style>
border-color css
<style>
span { border-color: #FA3A70; }
span { border-color: rgb(250,58,112); }
td.TdClassName
{
border-color: #FA3A70;
}
.TagClassName
{
border-color: #FA3A70;
}
</style>