Shades of Violet Red #FA2F80
Tints of Violet Red #FA2F80
RGB
CMYK
RGB Variations
Color information
#FA2F80 (or 0xFA2F80) is known color: Violet Red. HEX triplet: FA, 2F and 80. RGB value is (250,47,128). Sum of RGB (Red+Green+Blue) = 250+47+128=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F80 is #05D07F. Grayscale: #747474. Windows color (decimal): -381056 or 8400890. OLE color: 8400890.
HSL color Cylindrical-coordinate representation of color #FA2F80: hue angle of 336.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F80 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 128 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.02 |
| HSL | 336.06º | 0.95% | 0.58% | - |
| HSV(B) | 336.06º | 0.81% | 0.98% | - |
| XYZ | 44.34 | 23.92 | 22.7 | - |
| YUV | 116.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 128 | 0 | 0.81 | 0.49 | 0.02 | 336.06 | 0.95 | 0.58 |
| Hex | FA | 2F | 80 | 0 | 51 | 31 | 2 | 150 | 5F | 3A |
| Octal | 372 | 57 | 200 | 0 | 121 | 61 | 2 | 520 | 137 | 72 |
| Binary | 11111010 | 101111 | 10000000 | 0 | 1010001 | 110001 | 10 | 101010000 | 1011111 | 111010 |
Color Harmonies of #FA2F80
Complementary color
Monochromatic Colors of #FA2F80
Black with #FA2F80
Text Example
Text Example
White with #FA2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F80; }
p { color: rgb(250,47,128); }
H1.HeaderClassName
{
color: #FA2F80;
}
.AnyTagClassName
{
color: #FA2F80;
}
</style>
background-color css
<style>
a { background-color: #FA2F80; }
a { background-color: rgb(250,47,128); }
div.DivClassName
{
background-color: #FA2F80;
}
.BgClassName
{
background-color: #FA2F80;
}
</style>
border-color css
<style>
span { border-color: #FA2F80; }
span { border-color: rgb(250,47,128); }
td.TdClassName
{
border-color: #FA2F80;
}
.TagClassName
{
border-color: #FA2F80;
}
</style>