Shades of Radical Red #FA4070
Tints of Radical Red #FA4070
RGB
CMYK
RGB Variations
Color information
#FA4070 (or 0xFA4070) is known color: Radical Red. HEX triplet: FA, 40 and 70. RGB value is (250,64,112). Sum of RGB (Red+Green+Blue) = 250+64+112=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4070 is #05BF8F. Grayscale: #7D7D7D. Windows color (decimal): -376720 or 7356666. OLE color: 7356666.
HSL color Cylindrical-coordinate representation of color #FA4070: hue angle of 344.52º 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 #FA4070 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 112 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.52º | 0.95% | 0.62% | - |
| HSV(B) | 344.52º | 0.74% | 0.98% | - |
| XYZ | 44.18 | 25.16 | 17.86 | - |
| YUV | 125.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 112 | 0 | 0.74 | 0.55 | 0.02 | 344.52 | 0.95 | 0.62 |
| Hex | FA | 40 | 70 | 0 | 4A | 37 | 2 | 159 | 5F | 3E |
| Octal | 372 | 100 | 160 | 0 | 112 | 67 | 2 | 531 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1110000 | 0 | 1001010 | 110111 | 10 | 101011001 | 1011111 | 111110 |
Color Harmonies of #FA4070
Complementary color
Monochromatic Colors of #FA4070
Black with #FA4070
Text Example
Text Example
White with #FA4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4070; }
p { color: rgb(250,64,112); }
H1.HeaderClassName
{
color: #FA4070;
}
.AnyTagClassName
{
color: #FA4070;
}
</style>
background-color css
<style>
a { background-color: #FA4070; }
a { background-color: rgb(250,64,112); }
div.DivClassName
{
background-color: #FA4070;
}
.BgClassName
{
background-color: #FA4070;
}
</style>
border-color css
<style>
span { border-color: #FA4070; }
span { border-color: rgb(250,64,112); }
td.TdClassName
{
border-color: #FA4070;
}
.TagClassName
{
border-color: #FA4070;
}
</style>