Shades of Violet Red #FA4292
Tints of Violet Red #FA4292
RGB
CMYK
RGB Variations
Color information
#FA4292 (or 0xFA4292) is known color: Violet Red. HEX triplet: FA, 42 and 92. RGB value is (250,66,146). Sum of RGB (Red+Green+Blue) = 250+66+146=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4292 is #05BD6D. Grayscale: #828282. Windows color (decimal): -376174 or 9585402. OLE color: 9585402.
HSL color Cylindrical-coordinate representation of color #FA4292: hue angle of 333.91º 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 #FA4292 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 146 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 333.91º | 0.95% | 0.62% | - |
| HSV(B) | 333.91º | 0.74% | 0.98% | - |
| XYZ | 46.56 | 26.3 | 29.82 | - |
| YUV | 130.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 146 | 0 | 0.74 | 0.42 | 0.02 | 333.91 | 0.95 | 0.62 |
| Hex | FA | 42 | 92 | 0 | 4A | 2A | 2 | 14E | 5F | 3E |
| Octal | 372 | 102 | 222 | 0 | 112 | 52 | 2 | 516 | 137 | 76 |
| Binary | 11111010 | 1000010 | 10010010 | 0 | 1001010 | 101010 | 10 | 101001110 | 1011111 | 111110 |
Color Harmonies of #FA4292
Complementary color
Monochromatic Colors of #FA4292
Black with #FA4292
Text Example
Text Example
White with #FA4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4292; }
p { color: rgb(250,66,146); }
H1.HeaderClassName
{
color: #FA4292;
}
.AnyTagClassName
{
color: #FA4292;
}
</style>
background-color css
<style>
a { background-color: #FA4292; }
a { background-color: rgb(250,66,146); }
div.DivClassName
{
background-color: #FA4292;
}
.BgClassName
{
background-color: #FA4292;
}
</style>
border-color css
<style>
span { border-color: #FA4292; }
span { border-color: rgb(250,66,146); }
td.TdClassName
{
border-color: #FA4292;
}
.TagClassName
{
border-color: #FA4292;
}
</style>