Shades of Violet Red #FA407C
Tints of Violet Red #FA407C
RGB
CMYK
RGB Variations
Color information
#FA407C (or 0xFA407C) is known color: Violet Red. HEX triplet: FA, 40 and 7C. RGB value is (250,64,124). Sum of RGB (Red+Green+Blue) = 250+64+124=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA407C is #05BF83. Grayscale: #7E7E7E. Windows color (decimal): -376708 or 8143098. OLE color: 8143098.
HSL color Cylindrical-coordinate representation of color #FA407C: hue angle of 340.65º 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 #FA407C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 124 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.02 |
| HSL | 340.65º | 0.95% | 0.62% | - |
| HSV(B) | 340.65º | 0.74% | 0.98% | - |
| XYZ | 44.9 | 25.45 | 21.61 | - |
| YUV | 126.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 124 | 0 | 0.74 | 0.50 | 0.02 | 340.65 | 0.95 | 0.62 |
| Hex | FA | 40 | 7C | 0 | 4A | 32 | 2 | 155 | 5F | 3E |
| Octal | 372 | 100 | 174 | 0 | 112 | 62 | 2 | 525 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1111100 | 0 | 1001010 | 110010 | 10 | 101010101 | 1011111 | 111110 |
Color Harmonies of #FA407C
Complementary color
Monochromatic Colors of #FA407C
Black with #FA407C
Text Example
Text Example
White with #FA407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA407C; }
p { color: rgb(250,64,124); }
H1.HeaderClassName
{
color: #FA407C;
}
.AnyTagClassName
{
color: #FA407C;
}
</style>
background-color css
<style>
a { background-color: #FA407C; }
a { background-color: rgb(250,64,124); }
div.DivClassName
{
background-color: #FA407C;
}
.BgClassName
{
background-color: #FA407C;
}
</style>
border-color css
<style>
span { border-color: #FA407C; }
span { border-color: rgb(250,64,124); }
td.TdClassName
{
border-color: #FA407C;
}
.TagClassName
{
border-color: #FA407C;
}
</style>