Shades of Violet Red #FA4081
Tints of Violet Red #FA4081
RGB
CMYK
RGB Variations
Color information
#FA4081 (or 0xFA4081) is known color: Violet Red. HEX triplet: FA, 40 and 81. RGB value is (250,64,129). Sum of RGB (Red+Green+Blue) = 250+64+129=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4081 is #05BF7E. Grayscale: #7E7E7E. Windows color (decimal): -376703 or 8470778. OLE color: 8470778.
HSL color Cylindrical-coordinate representation of color #FA4081: hue angle of 339.03º 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 #FA4081 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 129 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.02 |
| HSL | 339.03º | 0.95% | 0.62% | - |
| HSV(B) | 339.03º | 0.74% | 0.98% | - |
| XYZ | 45.22 | 25.58 | 23.32 | - |
| YUV | 127.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 129 | 0 | 0.74 | 0.48 | 0.02 | 339.03 | 0.95 | 0.62 |
| Hex | FA | 40 | 81 | 0 | 4A | 30 | 2 | 153 | 5F | 3E |
| Octal | 372 | 100 | 201 | 0 | 112 | 60 | 2 | 523 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10000001 | 0 | 1001010 | 110000 | 10 | 101010011 | 1011111 | 111110 |
Color Harmonies of #FA4081
Complementary color
Monochromatic Colors of #FA4081
Black with #FA4081
Text Example
Text Example
White with #FA4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4081; }
p { color: rgb(250,64,129); }
H1.HeaderClassName
{
color: #FA4081;
}
.AnyTagClassName
{
color: #FA4081;
}
</style>
background-color css
<style>
a { background-color: #FA4081; }
a { background-color: rgb(250,64,129); }
div.DivClassName
{
background-color: #FA4081;
}
.BgClassName
{
background-color: #FA4081;
}
</style>
border-color css
<style>
span { border-color: #FA4081; }
span { border-color: rgb(250,64,129); }
td.TdClassName
{
border-color: #FA4081;
}
.TagClassName
{
border-color: #FA4081;
}
</style>