Shades of Violet Red #FA4075
Tints of Violet Red #FA4075
RGB
CMYK
RGB Variations
Color information
#FA4075 (or 0xFA4075) is known color: Violet Red. HEX triplet: FA, 40 and 75. RGB value is (250,64,117). Sum of RGB (Red+Green+Blue) = 250+64+117=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4075 is #05BF8A. Grayscale: #7D7D7D. Windows color (decimal): -376715 or 7684346. OLE color: 7684346.
HSL color Cylindrical-coordinate representation of color #FA4075: hue angle of 342.9º 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 #FA4075 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 117 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 342.9º | 0.95% | 0.62% | - |
| HSV(B) | 342.9º | 0.74% | 0.98% | - |
| XYZ | 44.47 | 25.28 | 19.36 | - |
| YUV | 125.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 117 | 0 | 0.74 | 0.53 | 0.02 | 342.9 | 0.95 | 0.62 |
| Hex | FA | 40 | 75 | 0 | 4A | 35 | 2 | 157 | 5F | 3E |
| Octal | 372 | 100 | 165 | 0 | 112 | 65 | 2 | 527 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1110101 | 0 | 1001010 | 110101 | 10 | 101010111 | 1011111 | 111110 |
Color Harmonies of #FA4075
Complementary color
Monochromatic Colors of #FA4075
Black with #FA4075
Text Example
Text Example
White with #FA4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4075; }
p { color: rgb(250,64,117); }
H1.HeaderClassName
{
color: #FA4075;
}
.AnyTagClassName
{
color: #FA4075;
}
</style>
background-color css
<style>
a { background-color: #FA4075; }
a { background-color: rgb(250,64,117); }
div.DivClassName
{
background-color: #FA4075;
}
.BgClassName
{
background-color: #FA4075;
}
</style>
border-color css
<style>
span { border-color: #FA4075; }
span { border-color: rgb(250,64,117); }
td.TdClassName
{
border-color: #FA4075;
}
.TagClassName
{
border-color: #FA4075;
}
</style>