Shades of Violet #FA90FF
Tints of Violet #FA90FF
RGB
CMYK
RGB Variations
Color information
#FA90FF (or 0xFA90FF) is known color: Violet. HEX triplet: FA, 90 and FF. RGB value is (250,144,255). Sum of RGB (Red+Green+Blue) = 250+144+255=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 144 (56.64% from 255 or 22.19% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90FF is #056F00. Grayscale: #BCBCBC. Windows color (decimal): -356097 or 16748794. OLE color: 16748794.
HSL color Cylindrical-coordinate representation of color #FA90FF: hue angle of 297.3º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA90FF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 144 | 255 | - |
| CMYK | 0.02 | 0.44 | 0 | 0 |
| HSL | 297.3º | 1% | 0.78% | - |
| HSV(B) | 297.3º | 0.44% | 1% | - |
| XYZ | 67.45 | 47.49 | 100.22 | - |
| YUV | 188.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 255 | 0.02 | 0.44 | 0 | 0 | 297.3 | 1 | 0.78 |
| Hex | FA | 90 | FF | 2 | 2C | 0 | 0 | 129 | 64 | 4E |
| Octal | 372 | 220 | 377 | 2 | 54 | 0 | 0 | 451 | 144 | 116 |
| Binary | 11111010 | 10010000 | 11111111 | 10 | 101100 | 0 | 0 | 100101001 | 1100100 | 1001110 |
Color Harmonies of #FA90FF
Complementary color
Monochromatic Colors of #FA90FF
Black with #FA90FF
Text Example
Text Example
White with #FA90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90FF; }
p { color: rgb(250,144,255); }
H1.HeaderClassName
{
color: #FA90FF;
}
.AnyTagClassName
{
color: #FA90FF;
}
</style>
background-color css
<style>
a { background-color: #FA90FF; }
a { background-color: rgb(250,144,255); }
div.DivClassName
{
background-color: #FA90FF;
}
.BgClassName
{
background-color: #FA90FF;
}
</style>
border-color css
<style>
span { border-color: #FA90FF; }
span { border-color: rgb(250,144,255); }
td.TdClassName
{
border-color: #FA90FF;
}
.TagClassName
{
border-color: #FA90FF;
}
</style>