Shades of Violet #FA99FD
Tints of Violet #FA99FD
RGB
CMYK
RGB Variations
Color information
#FA99FD (or 0xFA99FD) is known color: Violet. HEX triplet: FA, 99 and FD. RGB value is (250,153,253). Sum of RGB (Red+Green+Blue) = 250+153+253=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 153 (60.16% from 255 or 23.32% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99FD is #056602. Grayscale: #C1C1C1. Windows color (decimal): -353795 or 16620026. OLE color: 16620026.
HSL color Cylindrical-coordinate representation of color #FA99FD: hue angle of 298.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA99FD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 153 | 253 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.01 |
| HSL | 298.2º | 0.96% | 0.8% | - |
| HSV(B) | 298.2º | 0.4% | 0.99% | - |
| XYZ | 68.55 | 50.2 | 99.01 | - |
| YUV | 193.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 253 | 0.01 | 0.40 | 0 | 0.01 | 298.2 | 0.96 | 0.8 |
| Hex | FA | 99 | FD | 1 | 28 | 0 | 1 | 12A | 60 | 50 |
| Octal | 372 | 231 | 375 | 1 | 50 | 0 | 1 | 452 | 140 | 120 |
| Binary | 11111010 | 10011001 | 11111101 | 1 | 101000 | 0 | 1 | 100101010 | 1100000 | 1010000 |
Color Harmonies of #FA99FD
Complementary color
Monochromatic Colors of #FA99FD
Black with #FA99FD
Text Example
Text Example
White with #FA99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99FD; }
p { color: rgb(250,153,253); }
H1.HeaderClassName
{
color: #FA99FD;
}
.AnyTagClassName
{
color: #FA99FD;
}
</style>
background-color css
<style>
a { background-color: #FA99FD; }
a { background-color: rgb(250,153,253); }
div.DivClassName
{
background-color: #FA99FD;
}
.BgClassName
{
background-color: #FA99FD;
}
</style>
border-color css
<style>
span { border-color: #FA99FD; }
span { border-color: rgb(250,153,253); }
td.TdClassName
{
border-color: #FA99FD;
}
.TagClassName
{
border-color: #FA99FD;
}
</style>