Shades of Radical Red #FA2C70
Tints of Radical Red #FA2C70
RGB
CMYK
RGB Variations
Color information
#FA2C70 (or 0xFA2C70) is known color: Radical Red. HEX triplet: FA, 2C and 70. RGB value is (250,44,112). Sum of RGB (Red+Green+Blue) = 250+44+112=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C70 is #05D38F. Grayscale: #717171. Windows color (decimal): -381840 or 7351546. OLE color: 7351546.
HSL color Cylindrical-coordinate representation of color #FA2C70: hue angle of 340.19º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C70 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 112 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.02 |
| HSL | 340.19º | 0.95% | 0.58% | - |
| HSV(B) | 340.19º | 0.82% | 0.98% | - |
| XYZ | 43.25 | 23.3 | 17.55 | - |
| YUV | 113.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 112 | 0 | 0.82 | 0.55 | 0.02 | 340.19 | 0.95 | 0.58 |
| Hex | FA | 2C | 70 | 0 | 52 | 37 | 2 | 154 | 5F | 3A |
| Octal | 372 | 54 | 160 | 0 | 122 | 67 | 2 | 524 | 137 | 72 |
| Binary | 11111010 | 101100 | 1110000 | 0 | 1010010 | 110111 | 10 | 101010100 | 1011111 | 111010 |
Color Harmonies of #FA2C70
Complementary color
Monochromatic Colors of #FA2C70
Black with #FA2C70
Text Example
Text Example
White with #FA2C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C70; }
p { color: rgb(250,44,112); }
H1.HeaderClassName
{
color: #FA2C70;
}
.AnyTagClassName
{
color: #FA2C70;
}
</style>
background-color css
<style>
a { background-color: #FA2C70; }
a { background-color: rgb(250,44,112); }
div.DivClassName
{
background-color: #FA2C70;
}
.BgClassName
{
background-color: #FA2C70;
}
</style>
border-color css
<style>
span { border-color: #FA2C70; }
span { border-color: rgb(250,44,112); }
td.TdClassName
{
border-color: #FA2C70;
}
.TagClassName
{
border-color: #FA2C70;
}
</style>