Shades of Violet #FA88FA
Tints of Violet #FA88FA
RGB
CMYK
RGB Variations
Color information
#FA88FA (or 0xFA88FA) is known color: Violet. HEX triplet: FA, 88 and FA. RGB value is (250,136,250). Sum of RGB (Red+Green+Blue) = 250+136+250=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 136 (53.52% from 255 or 21.38% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA88FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA88FA is #057705. Grayscale: #B6B6B6. Windows color (decimal): -358150 or 16419066. OLE color: 16419066.
HSL color Cylindrical-coordinate representation of color #FA88FA: hue angle of 300º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88FA is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 250 | - |
| CMYK | 0 | 0.46 | 0 | 0.02 |
| HSL | 300º | 0.92% | 0.76% | - |
| HSV(B) | 300º | 0.46% | 0.98% | - |
| XYZ | 65.48 | 44.83 | 95.65 | - |
| YUV | 183.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 250 | 0 | 0.46 | 0 | 0.02 | 300 | 0.92 | 0.76 |
| Hex | FA | 88 | FA | 0 | 2E | 0 | 2 | 12C | 5C | 4C |
| Octal | 372 | 210 | 372 | 0 | 56 | 0 | 2 | 454 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11111010 | 0 | 101110 | 0 | 10 | 100101100 | 1011100 | 1001100 |
Color Harmonies of #FA88FA
Complementary color
Monochromatic Colors of #FA88FA
Black with #FA88FA
Text Example
Text Example
White with #FA88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88FA; }
p { color: rgb(250,136,250); }
H1.HeaderClassName
{
color: #FA88FA;
}
.AnyTagClassName
{
color: #FA88FA;
}
</style>
background-color css
<style>
a { background-color: #FA88FA; }
a { background-color: rgb(250,136,250); }
div.DivClassName
{
background-color: #FA88FA;
}
.BgClassName
{
background-color: #FA88FA;
}
</style>
border-color css
<style>
span { border-color: #FA88FA; }
span { border-color: rgb(250,136,250); }
td.TdClassName
{
border-color: #FA88FA;
}
.TagClassName
{
border-color: #FA88FA;
}
</style>