Shades of Radical Red #FA406D
Tints of Radical Red #FA406D
RGB
CMYK
RGB Variations
Color information
#FA406D (or 0xFA406D) is known color: Radical Red. HEX triplet: FA, 40 and 6D. RGB value is (250,64,109). Sum of RGB (Red+Green+Blue) = 250+64+109=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA406D is #05BF92. Grayscale: #7C7C7C. Windows color (decimal): -376723 or 7160058. OLE color: 7160058.
HSL color Cylindrical-coordinate representation of color #FA406D: hue angle of 345.48º 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 #FA406D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 109 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.02 |
| HSL | 345.48º | 0.95% | 0.62% | - |
| HSV(B) | 345.48º | 0.74% | 0.98% | - |
| XYZ | 44.02 | 25.09 | 16.99 | - |
| YUV | 124.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 109 | 0 | 0.74 | 0.56 | 0.02 | 345.48 | 0.95 | 0.62 |
| Hex | FA | 40 | 6D | 0 | 4A | 38 | 2 | 159 | 5F | 3E |
| Octal | 372 | 100 | 155 | 0 | 112 | 70 | 2 | 531 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1101101 | 0 | 1001010 | 111000 | 10 | 101011001 | 1011111 | 111110 |
Color Harmonies of #FA406D
Complementary color
Monochromatic Colors of #FA406D
Black with #FA406D
Text Example
Text Example
White with #FA406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA406D; }
p { color: rgb(250,64,109); }
H1.HeaderClassName
{
color: #FA406D;
}
.AnyTagClassName
{
color: #FA406D;
}
</style>
background-color css
<style>
a { background-color: #FA406D; }
a { background-color: rgb(250,64,109); }
div.DivClassName
{
background-color: #FA406D;
}
.BgClassName
{
background-color: #FA406D;
}
</style>
border-color css
<style>
span { border-color: #FA406D; }
span { border-color: rgb(250,64,109); }
td.TdClassName
{
border-color: #FA406D;
}
.TagClassName
{
border-color: #FA406D;
}
</style>