Shades of Violet Red #FA2C7A
Tints of Violet Red #FA2C7A
RGB
CMYK
RGB Variations
Color information
#FA2C7A (or 0xFA2C7A) is known color: Violet Red. HEX triplet: FA, 2C and 7A. RGB value is (250,44,122). Sum of RGB (Red+Green+Blue) = 250+44+122=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C7A is #05D385. Grayscale: #727272. Windows color (decimal): -381830 or 8006906. OLE color: 8006906.
HSL color Cylindrical-coordinate representation of color #FA2C7A: hue angle of 337.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C7A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 122 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.02 |
| HSL | 337.28º | 0.95% | 0.58% | - |
| HSV(B) | 337.28º | 0.82% | 0.98% | - |
| XYZ | 43.84 | 23.53 | 20.64 | - |
| YUV | 114.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 122 | 0 | 0.82 | 0.51 | 0.02 | 337.28 | 0.95 | 0.58 |
| Hex | FA | 2C | 7A | 0 | 52 | 33 | 2 | 151 | 5F | 3A |
| Octal | 372 | 54 | 172 | 0 | 122 | 63 | 2 | 521 | 137 | 72 |
| Binary | 11111010 | 101100 | 1111010 | 0 | 1010010 | 110011 | 10 | 101010001 | 1011111 | 111010 |
Color Harmonies of #FA2C7A
Complementary color
Monochromatic Colors of #FA2C7A
Black with #FA2C7A
Text Example
Text Example
White with #FA2C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C7A; }
p { color: rgb(250,44,122); }
H1.HeaderClassName
{
color: #FA2C7A;
}
.AnyTagClassName
{
color: #FA2C7A;
}
</style>
background-color css
<style>
a { background-color: #FA2C7A; }
a { background-color: rgb(250,44,122); }
div.DivClassName
{
background-color: #FA2C7A;
}
.BgClassName
{
background-color: #FA2C7A;
}
</style>
border-color css
<style>
span { border-color: #FA2C7A; }
span { border-color: rgb(250,44,122); }
td.TdClassName
{
border-color: #FA2C7A;
}
.TagClassName
{
border-color: #FA2C7A;
}
</style>