Shades of Violet Red #FA457C
Tints of Violet Red #FA457C
RGB
CMYK
RGB Variations
Color information
#FA457C (or 0xFA457C) is known color: Violet Red. HEX triplet: FA, 45 and 7C. RGB value is (250,69,124). Sum of RGB (Red+Green+Blue) = 250+69+124=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA457C is #05BA83. Grayscale: #818181. Windows color (decimal): -375428 or 8144378. OLE color: 8144378.
HSL color Cylindrical-coordinate representation of color #FA457C: hue angle of 341.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA457C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 124 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.02 |
| HSL | 341.77º | 0.95% | 0.63% | - |
| HSV(B) | 341.77º | 0.72% | 0.98% | - |
| XYZ | 45.19 | 26.04 | 21.71 | - |
| YUV | 129.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 124 | 0 | 0.72 | 0.50 | 0.02 | 341.77 | 0.95 | 0.63 |
| Hex | FA | 45 | 7C | 0 | 48 | 32 | 2 | 156 | 5F | 3F |
| Octal | 372 | 105 | 174 | 0 | 110 | 62 | 2 | 526 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1111100 | 0 | 1001000 | 110010 | 10 | 101010110 | 1011111 | 111111 |
Color Harmonies of #FA457C
Complementary color
Monochromatic Colors of #FA457C
Black with #FA457C
Text Example
Text Example
White with #FA457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA457C; }
p { color: rgb(250,69,124); }
H1.HeaderClassName
{
color: #FA457C;
}
.AnyTagClassName
{
color: #FA457C;
}
</style>
background-color css
<style>
a { background-color: #FA457C; }
a { background-color: rgb(250,69,124); }
div.DivClassName
{
background-color: #FA457C;
}
.BgClassName
{
background-color: #FA457C;
}
</style>
border-color css
<style>
span { border-color: #FA457C; }
span { border-color: rgb(250,69,124); }
td.TdClassName
{
border-color: #FA457C;
}
.TagClassName
{
border-color: #FA457C;
}
</style>