Shades of Violet Red #FA4699
Tints of Violet Red #FA4699
RGB
CMYK
RGB Variations
Color information
#FA4699 (or 0xFA4699) is known color: Violet Red. HEX triplet: FA, 46 and 99. RGB value is (250,70,153). Sum of RGB (Red+Green+Blue) = 250+70+153=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4699 is #05B966. Grayscale: #858585. Windows color (decimal): -375143 or 10045178. OLE color: 10045178.
HSL color Cylindrical-coordinate representation of color #FA4699: hue angle of 332.33º 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 #FA4699 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 153 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.02 |
| HSL | 332.33º | 0.95% | 0.63% | - |
| HSV(B) | 332.33º | 0.72% | 0.98% | - |
| XYZ | 47.36 | 27 | 32.85 | - |
| YUV | 133.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 153 | 0 | 0.72 | 0.39 | 0.02 | 332.33 | 0.95 | 0.63 |
| Hex | FA | 46 | 99 | 0 | 48 | 27 | 2 | 14C | 5F | 3F |
| Octal | 372 | 106 | 231 | 0 | 110 | 47 | 2 | 514 | 137 | 77 |
| Binary | 11111010 | 1000110 | 10011001 | 0 | 1001000 | 100111 | 10 | 101001100 | 1011111 | 111111 |
Color Harmonies of #FA4699
Complementary color
Monochromatic Colors of #FA4699
Black with #FA4699
Text Example
Text Example
White with #FA4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4699; }
p { color: rgb(250,70,153); }
H1.HeaderClassName
{
color: #FA4699;
}
.AnyTagClassName
{
color: #FA4699;
}
</style>
background-color css
<style>
a { background-color: #FA4699; }
a { background-color: rgb(250,70,153); }
div.DivClassName
{
background-color: #FA4699;
}
.BgClassName
{
background-color: #FA4699;
}
</style>
border-color css
<style>
span { border-color: #FA4699; }
span { border-color: rgb(250,70,153); }
td.TdClassName
{
border-color: #FA4699;
}
.TagClassName
{
border-color: #FA4699;
}
</style>