Shades of Violet Red #FA3F7D
Tints of Violet Red #FA3F7D
RGB
CMYK
RGB Variations
Color information
#FA3F7D (or 0xFA3F7D) is known color: Violet Red. HEX triplet: FA, 3F and 7D. RGB value is (250,63,125). Sum of RGB (Red+Green+Blue) = 250+63+125=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F7D is #05C082. Grayscale: #7D7D7D. Windows color (decimal): -376963 or 8208378. OLE color: 8208378.
HSL color Cylindrical-coordinate representation of color #FA3F7D: hue angle of 340.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3F7D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 125 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.02 |
| HSL | 340.11º | 0.95% | 0.61% | - |
| HSV(B) | 340.11º | 0.75% | 0.98% | - |
| XYZ | 44.9 | 25.36 | 21.93 | - |
| YUV | 125.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 125 | 0 | 0.75 | 0.50 | 0.02 | 340.11 | 0.95 | 0.61 |
| Hex | FA | 3F | 7D | 0 | 4B | 32 | 2 | 154 | 5F | 3D |
| Octal | 372 | 77 | 175 | 0 | 113 | 62 | 2 | 524 | 137 | 75 |
| Binary | 11111010 | 111111 | 1111101 | 0 | 1001011 | 110010 | 10 | 101010100 | 1011111 | 111101 |
Color Harmonies of #FA3F7D
Complementary color
Monochromatic Colors of #FA3F7D
Black with #FA3F7D
Text Example
Text Example
White with #FA3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F7D; }
p { color: rgb(250,63,125); }
H1.HeaderClassName
{
color: #FA3F7D;
}
.AnyTagClassName
{
color: #FA3F7D;
}
</style>
background-color css
<style>
a { background-color: #FA3F7D; }
a { background-color: rgb(250,63,125); }
div.DivClassName
{
background-color: #FA3F7D;
}
.BgClassName
{
background-color: #FA3F7D;
}
</style>
border-color css
<style>
span { border-color: #FA3F7D; }
span { border-color: rgb(250,63,125); }
td.TdClassName
{
border-color: #FA3F7D;
}
.TagClassName
{
border-color: #FA3F7D;
}
</style>