Shades of Violet Red #FA407A
Tints of Violet Red #FA407A
RGB
CMYK
RGB Variations
Color information
#FA407A (or 0xFA407A) is known color: Violet Red. HEX triplet: FA, 40 and 7A. RGB value is (250,64,122). Sum of RGB (Red+Green+Blue) = 250+64+122=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA407A is #05BF85. Grayscale: #7E7E7E. Windows color (decimal): -376710 or 8012026. OLE color: 8012026.
HSL color Cylindrical-coordinate representation of color #FA407A: hue angle of 341.29º 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 #FA407A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 122 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.02 |
| HSL | 341.29º | 0.95% | 0.62% | - |
| HSV(B) | 341.29º | 0.74% | 0.98% | - |
| XYZ | 44.77 | 25.4 | 20.95 | - |
| YUV | 126.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 122 | 0 | 0.74 | 0.51 | 0.02 | 341.29 | 0.95 | 0.62 |
| Hex | FA | 40 | 7A | 0 | 4A | 33 | 2 | 155 | 5F | 3E |
| Octal | 372 | 100 | 172 | 0 | 112 | 63 | 2 | 525 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1111010 | 0 | 1001010 | 110011 | 10 | 101010101 | 1011111 | 111110 |
Color Harmonies of #FA407A
Complementary color
Monochromatic Colors of #FA407A
Black with #FA407A
Text Example
Text Example
White with #FA407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA407A; }
p { color: rgb(250,64,122); }
H1.HeaderClassName
{
color: #FA407A;
}
.AnyTagClassName
{
color: #FA407A;
}
</style>
background-color css
<style>
a { background-color: #FA407A; }
a { background-color: rgb(250,64,122); }
div.DivClassName
{
background-color: #FA407A;
}
.BgClassName
{
background-color: #FA407A;
}
</style>
border-color css
<style>
span { border-color: #FA407A; }
span { border-color: rgb(250,64,122); }
td.TdClassName
{
border-color: #FA407A;
}
.TagClassName
{
border-color: #FA407A;
}
</style>