Shades of Violet Red #FA4088
Tints of Violet Red #FA4088
RGB
CMYK
RGB Variations
Color information
#FA4088 (or 0xFA4088) is known color: Violet Red. HEX triplet: FA, 40 and 88. RGB value is (250,64,136). Sum of RGB (Red+Green+Blue) = 250+64+136=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4088 is #05BF77. Grayscale: #7F7F7F. Windows color (decimal): -376696 or 8929530. OLE color: 8929530.
HSL color Cylindrical-coordinate representation of color #FA4088: hue angle of 336.77º 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 #FA4088 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 136 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.02 |
| HSL | 336.77º | 0.95% | 0.62% | - |
| HSV(B) | 336.77º | 0.74% | 0.98% | - |
| XYZ | 45.7 | 25.77 | 25.86 | - |
| YUV | 127.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 136 | 0 | 0.74 | 0.46 | 0.02 | 336.77 | 0.95 | 0.62 |
| Hex | FA | 40 | 88 | 0 | 4A | 2E | 2 | 151 | 5F | 3E |
| Octal | 372 | 100 | 210 | 0 | 112 | 56 | 2 | 521 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10001000 | 0 | 1001010 | 101110 | 10 | 101010001 | 1011111 | 111110 |
Color Harmonies of #FA4088
Complementary color
Monochromatic Colors of #FA4088
Black with #FA4088
Text Example
Text Example
White with #FA4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4088; }
p { color: rgb(250,64,136); }
H1.HeaderClassName
{
color: #FA4088;
}
.AnyTagClassName
{
color: #FA4088;
}
</style>
background-color css
<style>
a { background-color: #FA4088; }
a { background-color: rgb(250,64,136); }
div.DivClassName
{
background-color: #FA4088;
}
.BgClassName
{
background-color: #FA4088;
}
</style>
border-color css
<style>
span { border-color: #FA4088; }
span { border-color: rgb(250,64,136); }
td.TdClassName
{
border-color: #FA4088;
}
.TagClassName
{
border-color: #FA4088;
}
</style>