Shades of Violet Red #FA387D
Tints of Violet Red #FA387D
RGB
CMYK
RGB Variations
Color information
#FA387D (or 0xFA387D) is known color: Violet Red. HEX triplet: FA, 38 and 7D. RGB value is (250,56,125). Sum of RGB (Red+Green+Blue) = 250+56+125=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA387D is #05C782. Grayscale: #797979. Windows color (decimal): -378755 or 8206586. OLE color: 8206586.
HSL color Cylindrical-coordinate representation of color #FA387D: hue angle of 338.66º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA387D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.66º | 0.95% | 0.6% | - |
| HSV(B) | 338.66º | 0.78% | 0.98% | - |
| XYZ | 44.54 | 24.63 | 21.81 | - |
| YUV | 121.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.66 | 0.95 | 0.6 |
| Hex | FA | 38 | 7D | 0 | 4E | 32 | 2 | 153 | 5F | 3C |
| Octal | 372 | 70 | 175 | 0 | 116 | 62 | 2 | 523 | 137 | 74 |
| Binary | 11111010 | 111000 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010011 | 1011111 | 111100 |
Color Harmonies of #FA387D
Complementary color
Monochromatic Colors of #FA387D
Black with #FA387D
Text Example
Text Example
White with #FA387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA387D; }
p { color: rgb(250,56,125); }
H1.HeaderClassName
{
color: #FA387D;
}
.AnyTagClassName
{
color: #FA387D;
}
</style>
background-color css
<style>
a { background-color: #FA387D; }
a { background-color: rgb(250,56,125); }
div.DivClassName
{
background-color: #FA387D;
}
.BgClassName
{
background-color: #FA387D;
}
</style>
border-color css
<style>
span { border-color: #FA387D; }
span { border-color: rgb(250,56,125); }
td.TdClassName
{
border-color: #FA387D;
}
.TagClassName
{
border-color: #FA387D;
}
</style>