Shades of Violet Red #FA408F
Tints of Violet Red #FA408F
RGB
CMYK
RGB Variations
Color information
#FA408F (or 0xFA408F) is known color: Violet Red. HEX triplet: FA, 40 and 8F. RGB value is (250,64,143). Sum of RGB (Red+Green+Blue) = 250+64+143=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA408F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA408F is #05BF70. Grayscale: #808080. Windows color (decimal): -376689 or 9388282. OLE color: 9388282.
HSL color Cylindrical-coordinate representation of color #FA408F: hue angle of 334.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 #FA408F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 143 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.02 |
| HSL | 334.52º | 0.95% | 0.62% | - |
| HSV(B) | 334.52º | 0.74% | 0.98% | - |
| XYZ | 46.22 | 25.97 | 28.56 | - |
| YUV | 128.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 143 | 0 | 0.74 | 0.43 | 0.02 | 334.52 | 0.95 | 0.62 |
| Hex | FA | 40 | 8F | 0 | 4A | 2B | 2 | 14F | 5F | 3E |
| Octal | 372 | 100 | 217 | 0 | 112 | 53 | 2 | 517 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10001111 | 0 | 1001010 | 101011 | 10 | 101001111 | 1011111 | 111110 |
Color Harmonies of #FA408F
Complementary color
Monochromatic Colors of #FA408F
Black with #FA408F
Text Example
Text Example
White with #FA408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA408F; }
p { color: rgb(250,64,143); }
H1.HeaderClassName
{
color: #FA408F;
}
.AnyTagClassName
{
color: #FA408F;
}
</style>
background-color css
<style>
a { background-color: #FA408F; }
a { background-color: rgb(250,64,143); }
div.DivClassName
{
background-color: #FA408F;
}
.BgClassName
{
background-color: #FA408F;
}
</style>
border-color css
<style>
span { border-color: #FA408F; }
span { border-color: rgb(250,64,143); }
td.TdClassName
{
border-color: #FA408F;
}
.TagClassName
{
border-color: #FA408F;
}
</style>