Shades of Violet Red #FA4295
Tints of Violet Red #FA4295
RGB
CMYK
RGB Variations
Color information
#FA4295 (or 0xFA4295) is known color: Violet Red. HEX triplet: FA, 42 and 95. RGB value is (250,66,149). Sum of RGB (Red+Green+Blue) = 250+66+149=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4295 is #05BD6A. Grayscale: #828282. Windows color (decimal): -376171 or 9782010. OLE color: 9782010.
HSL color Cylindrical-coordinate representation of color #FA4295: hue angle of 332.93º 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 #FA4295 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 149 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.02 |
| HSL | 332.93º | 0.95% | 0.62% | - |
| HSV(B) | 332.93º | 0.74% | 0.98% | - |
| XYZ | 46.8 | 26.39 | 31.06 | - |
| YUV | 130.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 149 | 0 | 0.74 | 0.40 | 0.02 | 332.93 | 0.95 | 0.62 |
| Hex | FA | 42 | 95 | 0 | 4A | 28 | 2 | 14D | 5F | 3E |
| Octal | 372 | 102 | 225 | 0 | 112 | 50 | 2 | 515 | 137 | 76 |
| Binary | 11111010 | 1000010 | 10010101 | 0 | 1001010 | 101000 | 10 | 101001101 | 1011111 | 111110 |
Color Harmonies of #FA4295
Complementary color
Monochromatic Colors of #FA4295
Black with #FA4295
Text Example
Text Example
White with #FA4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4295; }
p { color: rgb(250,66,149); }
H1.HeaderClassName
{
color: #FA4295;
}
.AnyTagClassName
{
color: #FA4295;
}
</style>
background-color css
<style>
a { background-color: #FA4295; }
a { background-color: rgb(250,66,149); }
div.DivClassName
{
background-color: #FA4295;
}
.BgClassName
{
background-color: #FA4295;
}
</style>
border-color css
<style>
span { border-color: #FA4295; }
span { border-color: rgb(250,66,149); }
td.TdClassName
{
border-color: #FA4295;
}
.TagClassName
{
border-color: #FA4295;
}
</style>