Shades of Violet Red #FA457D
Tints of Violet Red #FA457D
RGB
CMYK
RGB Variations
Color information
#FA457D (or 0xFA457D) is known color: Violet Red. HEX triplet: FA, 45 and 7D. RGB value is (250,69,125). Sum of RGB (Red+Green+Blue) = 250+69+125=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA457D is #05BA82. Grayscale: #818181. Windows color (decimal): -375427 or 8209914. OLE color: 8209914.
HSL color Cylindrical-coordinate representation of color #FA457D: hue angle of 341.44º 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 #FA457D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 125 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.02 |
| HSL | 341.44º | 0.95% | 0.63% | - |
| HSV(B) | 341.44º | 0.72% | 0.98% | - |
| XYZ | 45.25 | 26.06 | 22.05 | - |
| YUV | 129.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 125 | 0 | 0.72 | 0.50 | 0.02 | 341.44 | 0.95 | 0.63 |
| Hex | FA | 45 | 7D | 0 | 48 | 32 | 2 | 155 | 5F | 3F |
| Octal | 372 | 105 | 175 | 0 | 110 | 62 | 2 | 525 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1111101 | 0 | 1001000 | 110010 | 10 | 101010101 | 1011111 | 111111 |
Color Harmonies of #FA457D
Complementary color
Monochromatic Colors of #FA457D
Black with #FA457D
Text Example
Text Example
White with #FA457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA457D; }
p { color: rgb(250,69,125); }
H1.HeaderClassName
{
color: #FA457D;
}
.AnyTagClassName
{
color: #FA457D;
}
</style>
background-color css
<style>
a { background-color: #FA457D; }
a { background-color: rgb(250,69,125); }
div.DivClassName
{
background-color: #FA457D;
}
.BgClassName
{
background-color: #FA457D;
}
</style>
border-color css
<style>
span { border-color: #FA457D; }
span { border-color: rgb(250,69,125); }
td.TdClassName
{
border-color: #FA457D;
}
.TagClassName
{
border-color: #FA457D;
}
</style>