Shades of Violet #FA90FD
Tints of Violet #FA90FD
RGB
CMYK
RGB Variations
Color information
#FA90FD (or 0xFA90FD) is known color: Violet. HEX triplet: FA, 90 and FD. RGB value is (250,144,253). Sum of RGB (Red+Green+Blue) = 250+144+253=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 144 (56.64% from 255 or 22.26% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90FD is #056F02. Grayscale: #BBBBBB. Windows color (decimal): -356099 or 16617722. OLE color: 16617722.
HSL color Cylindrical-coordinate representation of color #FA90FD: hue angle of 298.35º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA90FD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 144 | 253 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.01 |
| HSL | 298.35º | 0.96% | 0.78% | - |
| HSV(B) | 298.35º | 0.43% | 0.99% | - |
| XYZ | 67.13 | 47.36 | 98.53 | - |
| YUV | 188.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 253 | 0.01 | 0.43 | 0 | 0.01 | 298.35 | 0.96 | 0.78 |
| Hex | FA | 90 | FD | 1 | 2B | 0 | 1 | 12A | 60 | 4E |
| Octal | 372 | 220 | 375 | 1 | 53 | 0 | 1 | 452 | 140 | 116 |
| Binary | 11111010 | 10010000 | 11111101 | 1 | 101011 | 0 | 1 | 100101010 | 1100000 | 1001110 |
Color Harmonies of #FA90FD
Complementary color
Monochromatic Colors of #FA90FD
Black with #FA90FD
Text Example
Text Example
White with #FA90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90FD; }
p { color: rgb(250,144,253); }
H1.HeaderClassName
{
color: #FA90FD;
}
.AnyTagClassName
{
color: #FA90FD;
}
</style>
background-color css
<style>
a { background-color: #FA90FD; }
a { background-color: rgb(250,144,253); }
div.DivClassName
{
background-color: #FA90FD;
}
.BgClassName
{
background-color: #FA90FD;
}
</style>
border-color css
<style>
span { border-color: #FA90FD; }
span { border-color: rgb(250,144,253); }
td.TdClassName
{
border-color: #FA90FD;
}
.TagClassName
{
border-color: #FA90FD;
}
</style>