Shades of Violet Red #FA438B
Tints of Violet Red #FA438B
RGB
CMYK
RGB Variations
Color information
#FA438B (or 0xFA438B) is known color: Violet Red. HEX triplet: FA, 43 and 8B. RGB value is (250,67,139). Sum of RGB (Red+Green+Blue) = 250+67+139=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA438B is #05BC74. Grayscale: #818181. Windows color (decimal): -375925 or 9126906. OLE color: 9126906.
HSL color Cylindrical-coordinate representation of color #FA438B: hue angle of 336.39º 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 #FA438B is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 139 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.02 |
| HSL | 336.39º | 0.95% | 0.62% | - |
| HSV(B) | 336.39º | 0.73% | 0.98% | - |
| XYZ | 46.09 | 26.2 | 27.05 | - |
| YUV | 129.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 139 | 0 | 0.73 | 0.44 | 0.02 | 336.39 | 0.95 | 0.62 |
| Hex | FA | 43 | 8B | 0 | 49 | 2C | 2 | 150 | 5F | 3E |
| Octal | 372 | 103 | 213 | 0 | 111 | 54 | 2 | 520 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10001011 | 0 | 1001001 | 101100 | 10 | 101010000 | 1011111 | 111110 |
Color Harmonies of #FA438B
Complementary color
Monochromatic Colors of #FA438B
Black with #FA438B
Text Example
Text Example
White with #FA438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA438B; }
p { color: rgb(250,67,139); }
H1.HeaderClassName
{
color: #FA438B;
}
.AnyTagClassName
{
color: #FA438B;
}
</style>
background-color css
<style>
a { background-color: #FA438B; }
a { background-color: rgb(250,67,139); }
div.DivClassName
{
background-color: #FA438B;
}
.BgClassName
{
background-color: #FA438B;
}
</style>
border-color css
<style>
span { border-color: #FA438B; }
span { border-color: rgb(250,67,139); }
td.TdClassName
{
border-color: #FA438B;
}
.TagClassName
{
border-color: #FA438B;
}
</style>