Shades of Violet Red #FA408B
Tints of Violet Red #FA408B
RGB
CMYK
RGB Variations
Color information
#FA408B (or 0xFA408B) is known color: Violet Red. HEX triplet: FA, 40 and 8B. RGB value is (250,64,139). Sum of RGB (Red+Green+Blue) = 250+64+139=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA408B is #05BF74. Grayscale: #808080. Windows color (decimal): -376693 or 9126138. OLE color: 9126138.
HSL color Cylindrical-coordinate representation of color #FA408B: hue angle of 335.81º 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 #FA408B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 139 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.02 |
| HSL | 335.81º | 0.95% | 0.62% | - |
| HSV(B) | 335.81º | 0.74% | 0.98% | - |
| XYZ | 45.92 | 25.85 | 27 | - |
| YUV | 128.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 139 | 0 | 0.74 | 0.44 | 0.02 | 335.81 | 0.95 | 0.62 |
| Hex | FA | 40 | 8B | 0 | 4A | 2C | 2 | 150 | 5F | 3E |
| Octal | 372 | 100 | 213 | 0 | 112 | 54 | 2 | 520 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10001011 | 0 | 1001010 | 101100 | 10 | 101010000 | 1011111 | 111110 |
Color Harmonies of #FA408B
Complementary color
Monochromatic Colors of #FA408B
Black with #FA408B
Text Example
Text Example
White with #FA408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA408B; }
p { color: rgb(250,64,139); }
H1.HeaderClassName
{
color: #FA408B;
}
.AnyTagClassName
{
color: #FA408B;
}
</style>
background-color css
<style>
a { background-color: #FA408B; }
a { background-color: rgb(250,64,139); }
div.DivClassName
{
background-color: #FA408B;
}
.BgClassName
{
background-color: #FA408B;
}
</style>
border-color css
<style>
span { border-color: #FA408B; }
span { border-color: rgb(250,64,139); }
td.TdClassName
{
border-color: #FA408B;
}
.TagClassName
{
border-color: #FA408B;
}
</style>