Shades of Violet Red #FA4279
Tints of Violet Red #FA4279
RGB
CMYK
RGB Variations
Color information
#FA4279 (or 0xFA4279) is known color: Violet Red. HEX triplet: FA, 42 and 79. RGB value is (250,66,121). Sum of RGB (Red+Green+Blue) = 250+66+121=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4279 is #05BD86. Grayscale: #7F7F7F. Windows color (decimal): -376199 or 7947002. OLE color: 7947002.
HSL color Cylindrical-coordinate representation of color #FA4279: hue angle of 342.07º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4279 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 121 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.02 |
| HSL | 342.07º | 0.95% | 0.62% | - |
| HSV(B) | 342.07º | 0.74% | 0.98% | - |
| XYZ | 44.82 | 25.6 | 20.67 | - |
| YUV | 127.29 | 124.46 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 121 | 0 | 0.74 | 0.52 | 0.02 | 342.07 | 0.95 | 0.62 |
| Hex | FA | 42 | 79 | 0 | 4A | 34 | 2 | 156 | 5F | 3E |
| Octal | 372 | 102 | 171 | 0 | 112 | 64 | 2 | 526 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1111001 | 0 | 1001010 | 110100 | 10 | 101010110 | 1011111 | 111110 |
Color Harmonies of #FA4279
Complementary color
Monochromatic Colors of #FA4279
Black with #FA4279
Text Example
Text Example
White with #FA4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4279; }
p { color: rgb(250,66,121); }
H1.HeaderClassName
{
color: #FA4279;
}
.AnyTagClassName
{
color: #FA4279;
}
</style>
background-color css
<style>
a { background-color: #FA4279; }
a { background-color: rgb(250,66,121); }
div.DivClassName
{
background-color: #FA4279;
}
.BgClassName
{
background-color: #FA4279;
}
</style>
border-color css
<style>
span { border-color: #FA4279; }
span { border-color: rgb(250,66,121); }
td.TdClassName
{
border-color: #FA4279;
}
.TagClassName
{
border-color: #FA4279;
}
</style>