Shades of Violet Red #FA4394
Tints of Violet Red #FA4394
RGB
CMYK
RGB Variations
Color information
#FA4394 (or 0xFA4394) is known color: Violet Red. HEX triplet: FA, 43 and 94. RGB value is (250,67,148). Sum of RGB (Red+Green+Blue) = 250+67+148=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4394 is #05BC6B. Grayscale: #828282. Windows color (decimal): -375916 or 9716730. OLE color: 9716730.
HSL color Cylindrical-coordinate representation of color #FA4394: hue angle of 333.44º 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 #FA4394 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 148 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.02 |
| HSL | 333.44º | 0.95% | 0.62% | - |
| HSV(B) | 333.44º | 0.73% | 0.98% | - |
| XYZ | 46.78 | 26.48 | 30.66 | - |
| YUV | 130.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 148 | 0 | 0.73 | 0.41 | 0.02 | 333.44 | 0.95 | 0.62 |
| Hex | FA | 43 | 94 | 0 | 49 | 29 | 2 | 14D | 5F | 3E |
| Octal | 372 | 103 | 224 | 0 | 111 | 51 | 2 | 515 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10010100 | 0 | 1001001 | 101001 | 10 | 101001101 | 1011111 | 111110 |
Color Harmonies of #FA4394
Complementary color
Monochromatic Colors of #FA4394
Black with #FA4394
Text Example
Text Example
White with #FA4394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4394; }
p { color: rgb(250,67,148); }
H1.HeaderClassName
{
color: #FA4394;
}
.AnyTagClassName
{
color: #FA4394;
}
</style>
background-color css
<style>
a { background-color: #FA4394; }
a { background-color: rgb(250,67,148); }
div.DivClassName
{
background-color: #FA4394;
}
.BgClassName
{
background-color: #FA4394;
}
</style>
border-color css
<style>
span { border-color: #FA4394; }
span { border-color: rgb(250,67,148); }
td.TdClassName
{
border-color: #FA4394;
}
.TagClassName
{
border-color: #FA4394;
}
</style>