Shades of Violet #FA99FE
Tints of Violet #FA99FE
RGB
CMYK
RGB Variations
Color information
#FA99FE (or 0xFA99FE) is known color: Violet. HEX triplet: FA, 99 and FE. RGB value is (250,153,254). Sum of RGB (Red+Green+Blue) = 250+153+254=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 153 (60.16% from 255 or 23.29% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA99FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99FE is #056601. Grayscale: #C1C1C1. Windows color (decimal): -353794 or 16685562. OLE color: 16685562.
HSL color Cylindrical-coordinate representation of color #FA99FE: hue angle of 297.62º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA99FE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 153 | 254 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.00 |
| HSL | 297.62º | 0.98% | 0.8% | - |
| HSV(B) | 297.62º | 0.4% | 1% | - |
| XYZ | 68.7 | 50.26 | 99.85 | - |
| YUV | 193.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 254 | 0.02 | 0.40 | 0 | 0.00 | 297.62 | 0.98 | 0.8 |
| Hex | FA | 99 | FE | 2 | 28 | 0 | 0 | 12A | 62 | 50 |
| Octal | 372 | 231 | 376 | 2 | 50 | 0 | 0 | 452 | 142 | 120 |
| Binary | 11111010 | 10011001 | 11111110 | 10 | 101000 | 0 | 0 | 100101010 | 1100010 | 1010000 |
Color Harmonies of #FA99FE
Complementary color
Monochromatic Colors of #FA99FE
Black with #FA99FE
Text Example
Text Example
White with #FA99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99FE; }
p { color: rgb(250,153,254); }
H1.HeaderClassName
{
color: #FA99FE;
}
.AnyTagClassName
{
color: #FA99FE;
}
</style>
background-color css
<style>
a { background-color: #FA99FE; }
a { background-color: rgb(250,153,254); }
div.DivClassName
{
background-color: #FA99FE;
}
.BgClassName
{
background-color: #FA99FE;
}
</style>
border-color css
<style>
span { border-color: #FA99FE; }
span { border-color: rgb(250,153,254); }
td.TdClassName
{
border-color: #FA99FE;
}
.TagClassName
{
border-color: #FA99FE;
}
</style>