Shades of Violet Red #FA2C7C
Tints of Violet Red #FA2C7C
RGB
CMYK
RGB Variations
Color information
#FA2C7C (or 0xFA2C7C) is known color: Violet Red. HEX triplet: FA, 2C and 7C. RGB value is (250,44,124). Sum of RGB (Red+Green+Blue) = 250+44+124=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C7C is #05D383. Grayscale: #727272. Windows color (decimal): -381828 or 8137978. OLE color: 8137978.
HSL color Cylindrical-coordinate representation of color #FA2C7C: hue angle of 336.7º 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 #FA2C7C is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 124 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.02 |
| HSL | 336.7º | 0.95% | 0.58% | - |
| HSV(B) | 336.7º | 0.82% | 0.98% | - |
| XYZ | 43.96 | 23.58 | 21.3 | - |
| YUV | 114.71 | 133.25 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 124 | 0 | 0.82 | 0.50 | 0.02 | 336.7 | 0.95 | 0.58 |
| Hex | FA | 2C | 7C | 0 | 52 | 32 | 2 | 151 | 5F | 3A |
| Octal | 372 | 54 | 174 | 0 | 122 | 62 | 2 | 521 | 137 | 72 |
| Binary | 11111010 | 101100 | 1111100 | 0 | 1010010 | 110010 | 10 | 101010001 | 1011111 | 111010 |
Color Harmonies of #FA2C7C
Complementary color
Monochromatic Colors of #FA2C7C
Black with #FA2C7C
Text Example
Text Example
White with #FA2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C7C; }
p { color: rgb(250,44,124); }
H1.HeaderClassName
{
color: #FA2C7C;
}
.AnyTagClassName
{
color: #FA2C7C;
}
</style>
background-color css
<style>
a { background-color: #FA2C7C; }
a { background-color: rgb(250,44,124); }
div.DivClassName
{
background-color: #FA2C7C;
}
.BgClassName
{
background-color: #FA2C7C;
}
</style>
border-color css
<style>
span { border-color: #FA2C7C; }
span { border-color: rgb(250,44,124); }
td.TdClassName
{
border-color: #FA2C7C;
}
.TagClassName
{
border-color: #FA2C7C;
}
</style>