Shades of Violet Red #FA4092
Tints of Violet Red #FA4092
RGB
CMYK
RGB Variations
Color information
#FA4092 (or 0xFA4092) is known color: Violet Red. HEX triplet: FA, 40 and 92. RGB value is (250,64,146). Sum of RGB (Red+Green+Blue) = 250+64+146=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4092 is #05BF6D. Grayscale: #808080. Windows color (decimal): -376686 or 9584890. OLE color: 9584890.
HSL color Cylindrical-coordinate representation of color #FA4092: hue angle of 333.55º 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 #FA4092 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 146 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 333.55º | 0.95% | 0.62% | - |
| HSV(B) | 333.55º | 0.74% | 0.98% | - |
| XYZ | 46.45 | 26.07 | 29.78 | - |
| YUV | 128.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 146 | 0 | 0.74 | 0.42 | 0.02 | 333.55 | 0.95 | 0.62 |
| Hex | FA | 40 | 92 | 0 | 4A | 2A | 2 | 14E | 5F | 3E |
| Octal | 372 | 100 | 222 | 0 | 112 | 52 | 2 | 516 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10010010 | 0 | 1001010 | 101010 | 10 | 101001110 | 1011111 | 111110 |
Color Harmonies of #FA4092
Complementary color
Monochromatic Colors of #FA4092
Black with #FA4092
Text Example
Text Example
White with #FA4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4092; }
p { color: rgb(250,64,146); }
H1.HeaderClassName
{
color: #FA4092;
}
.AnyTagClassName
{
color: #FA4092;
}
</style>
background-color css
<style>
a { background-color: #FA4092; }
a { background-color: rgb(250,64,146); }
div.DivClassName
{
background-color: #FA4092;
}
.BgClassName
{
background-color: #FA4092;
}
</style>
border-color css
<style>
span { border-color: #FA4092; }
span { border-color: rgb(250,64,146); }
td.TdClassName
{
border-color: #FA4092;
}
.TagClassName
{
border-color: #FA4092;
}
</style>