Shades of Violet Red #FA438E
Tints of Violet Red #FA438E
RGB
CMYK
RGB Variations
Color information
#FA438E (or 0xFA438E) is known color: Violet Red. HEX triplet: FA, 43 and 8E. RGB value is (250,67,142). Sum of RGB (Red+Green+Blue) = 250+67+142=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA438E is #05BC71. Grayscale: #828282. Windows color (decimal): -375922 or 9323514. OLE color: 9323514.
HSL color Cylindrical-coordinate representation of color #FA438E: hue angle of 335.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA438E is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 142 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.02 |
| HSL | 335.41º | 0.95% | 0.62% | - |
| HSV(B) | 335.41º | 0.73% | 0.98% | - |
| XYZ | 46.31 | 26.29 | 28.22 | - |
| YUV | 130.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 142 | 0 | 0.73 | 0.43 | 0.02 | 335.41 | 0.95 | 0.62 |
| Hex | FA | 43 | 8E | 0 | 49 | 2B | 2 | 14F | 5F | 3E |
| Octal | 372 | 103 | 216 | 0 | 111 | 53 | 2 | 517 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10001110 | 0 | 1001001 | 101011 | 10 | 101001111 | 1011111 | 111110 |
Color Harmonies of #FA438E
Complementary color
Monochromatic Colors of #FA438E
Black with #FA438E
Text Example
Text Example
White with #FA438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA438E; }
p { color: rgb(250,67,142); }
H1.HeaderClassName
{
color: #FA438E;
}
.AnyTagClassName
{
color: #FA438E;
}
</style>
background-color css
<style>
a { background-color: #FA438E; }
a { background-color: rgb(250,67,142); }
div.DivClassName
{
background-color: #FA438E;
}
.BgClassName
{
background-color: #FA438E;
}
</style>
border-color css
<style>
span { border-color: #FA438E; }
span { border-color: rgb(250,67,142); }
td.TdClassName
{
border-color: #FA438E;
}
.TagClassName
{
border-color: #FA438E;
}
</style>