Shades of Violet Red #FA4384
Tints of Violet Red #FA4384
RGB
CMYK
RGB Variations
Color information
#FA4384 (or 0xFA4384) is known color: Violet Red. HEX triplet: FA, 43 and 84. RGB value is (250,67,132). Sum of RGB (Red+Green+Blue) = 250+67+132=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4384 is #05BC7B. Grayscale: #818181. Windows color (decimal): -375932 or 8668154. OLE color: 8668154.
HSL color Cylindrical-coordinate representation of color #FA4384: hue angle of 338.69º 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 #FA4384 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 132 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.02 |
| HSL | 338.69º | 0.95% | 0.62% | - |
| HSV(B) | 338.69º | 0.73% | 0.98% | - |
| XYZ | 45.6 | 26 | 24.45 | - |
| YUV | 129.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 132 | 0 | 0.73 | 0.47 | 0.02 | 338.69 | 0.95 | 0.62 |
| Hex | FA | 43 | 84 | 0 | 49 | 2F | 2 | 153 | 5F | 3E |
| Octal | 372 | 103 | 204 | 0 | 111 | 57 | 2 | 523 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10000100 | 0 | 1001001 | 101111 | 10 | 101010011 | 1011111 | 111110 |
Color Harmonies of #FA4384
Complementary color
Monochromatic Colors of #FA4384
Black with #FA4384
Text Example
Text Example
White with #FA4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4384; }
p { color: rgb(250,67,132); }
H1.HeaderClassName
{
color: #FA4384;
}
.AnyTagClassName
{
color: #FA4384;
}
</style>
background-color css
<style>
a { background-color: #FA4384; }
a { background-color: rgb(250,67,132); }
div.DivClassName
{
background-color: #FA4384;
}
.BgClassName
{
background-color: #FA4384;
}
</style>
border-color css
<style>
span { border-color: #FA4384; }
span { border-color: rgb(250,67,132); }
td.TdClassName
{
border-color: #FA4384;
}
.TagClassName
{
border-color: #FA4384;
}
</style>