Shades of Violet Red #FA4594
Tints of Violet Red #FA4594
RGB
CMYK
RGB Variations
Color information
#FA4594 (or 0xFA4594) is known color: Violet Red. HEX triplet: FA, 45 and 94. RGB value is (250,69,148). Sum of RGB (Red+Green+Blue) = 250+69+148=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4594 is #05BA6B. Grayscale: #838383. Windows color (decimal): -375404 or 9717242. OLE color: 9717242.
HSL color Cylindrical-coordinate representation of color #FA4594: hue angle of 333.81º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4594 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 148 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.02 |
| HSL | 333.81º | 0.95% | 0.63% | - |
| HSV(B) | 333.81º | 0.72% | 0.98% | - |
| XYZ | 46.9 | 26.72 | 30.7 | - |
| YUV | 132.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 148 | 0 | 0.72 | 0.41 | 0.02 | 333.81 | 0.95 | 0.63 |
| Hex | FA | 45 | 94 | 0 | 48 | 29 | 2 | 14E | 5F | 3F |
| Octal | 372 | 105 | 224 | 0 | 110 | 51 | 2 | 516 | 137 | 77 |
| Binary | 11111010 | 1000101 | 10010100 | 0 | 1001000 | 101001 | 10 | 101001110 | 1011111 | 111111 |
Color Harmonies of #FA4594
Complementary color
Monochromatic Colors of #FA4594
Black with #FA4594
Text Example
Text Example
White with #FA4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4594; }
p { color: rgb(250,69,148); }
H1.HeaderClassName
{
color: #FA4594;
}
.AnyTagClassName
{
color: #FA4594;
}
</style>
background-color css
<style>
a { background-color: #FA4594; }
a { background-color: rgb(250,69,148); }
div.DivClassName
{
background-color: #FA4594;
}
.BgClassName
{
background-color: #FA4594;
}
</style>
border-color css
<style>
span { border-color: #FA4594; }
span { border-color: rgb(250,69,148); }
td.TdClassName
{
border-color: #FA4594;
}
.TagClassName
{
border-color: #FA4594;
}
</style>