Shades of Violet Red #FA4790
Tints of Violet Red #FA4790
RGB
CMYK
RGB Variations
Color information
#FA4790 (or 0xFA4790) is known color: Violet Red. HEX triplet: FA, 47 and 90. RGB value is (250,71,144). Sum of RGB (Red+Green+Blue) = 250+71+144=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4790 is #05B86F. Grayscale: #848484. Windows color (decimal): -374896 or 9455610. OLE color: 9455610.
HSL color Cylindrical-coordinate representation of color #FA4790: hue angle of 335.53º 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 #FA4790 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 144 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.02 |
| HSL | 335.53º | 0.95% | 0.63% | - |
| HSV(B) | 335.53º | 0.72% | 0.98% | - |
| XYZ | 46.71 | 26.84 | 29.11 | - |
| YUV | 132.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 144 | 0 | 0.72 | 0.42 | 0.02 | 335.53 | 0.95 | 0.63 |
| Hex | FA | 47 | 90 | 0 | 48 | 2A | 2 | 150 | 5F | 3F |
| Octal | 372 | 107 | 220 | 0 | 110 | 52 | 2 | 520 | 137 | 77 |
| Binary | 11111010 | 1000111 | 10010000 | 0 | 1001000 | 101010 | 10 | 101010000 | 1011111 | 111111 |
Color Harmonies of #FA4790
Complementary color
Monochromatic Colors of #FA4790
Black with #FA4790
Text Example
Text Example
White with #FA4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4790; }
p { color: rgb(250,71,144); }
H1.HeaderClassName
{
color: #FA4790;
}
.AnyTagClassName
{
color: #FA4790;
}
</style>
background-color css
<style>
a { background-color: #FA4790; }
a { background-color: rgb(250,71,144); }
div.DivClassName
{
background-color: #FA4790;
}
.BgClassName
{
background-color: #FA4790;
}
</style>
border-color css
<style>
span { border-color: #FA4790; }
span { border-color: rgb(250,71,144); }
td.TdClassName
{
border-color: #FA4790;
}
.TagClassName
{
border-color: #FA4790;
}
</style>