Shades of Violet Red #FA317C
Tints of Violet Red #FA317C
RGB
CMYK
RGB Variations
Color information
#FA317C (or 0xFA317C) is known color: Violet Red. HEX triplet: FA, 31 and 7C. RGB value is (250,49,124). Sum of RGB (Red+Green+Blue) = 250+49+124=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA317C is #05CE83. Grayscale: #757575. Windows color (decimal): -380548 or 8139258. OLE color: 8139258.
HSL color Cylindrical-coordinate representation of color #FA317C: hue angle of 337.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA317C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 124 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.02 |
| HSL | 337.61º | 0.95% | 0.59% | - |
| HSV(B) | 337.61º | 0.8% | 0.98% | - |
| XYZ | 44.16 | 23.98 | 21.37 | - |
| YUV | 117.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 124 | 0 | 0.80 | 0.50 | 0.02 | 337.61 | 0.95 | 0.59 |
| Hex | FA | 31 | 7C | 0 | 50 | 32 | 2 | 152 | 5F | 3B |
| Octal | 372 | 61 | 174 | 0 | 120 | 62 | 2 | 522 | 137 | 73 |
| Binary | 11111010 | 110001 | 1111100 | 0 | 1010000 | 110010 | 10 | 101010010 | 1011111 | 111011 |
Color Harmonies of #FA317C
Complementary color
Monochromatic Colors of #FA317C
Black with #FA317C
Text Example
Text Example
White with #FA317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA317C; }
p { color: rgb(250,49,124); }
H1.HeaderClassName
{
color: #FA317C;
}
.AnyTagClassName
{
color: #FA317C;
}
</style>
background-color css
<style>
a { background-color: #FA317C; }
a { background-color: rgb(250,49,124); }
div.DivClassName
{
background-color: #FA317C;
}
.BgClassName
{
background-color: #FA317C;
}
</style>
border-color css
<style>
span { border-color: #FA317C; }
span { border-color: rgb(250,49,124); }
td.TdClassName
{
border-color: #FA317C;
}
.TagClassName
{
border-color: #FA317C;
}
</style>