Shades of Violet #FA8FFE
Tints of Violet #FA8FFE
RGB
CMYK
RGB Variations
Color information
#FA8FFE (or 0xFA8FFE) is known color: Violet. HEX triplet: FA, 8F and FE. RGB value is (250,143,254). Sum of RGB (Red+Green+Blue) = 250+143+254=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFE is #057001. Grayscale: #BBBBBB. Windows color (decimal): -356354 or 16683002. OLE color: 16683002.
HSL color Cylindrical-coordinate representation of color #FA8FFE: hue angle of 297.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8FFE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 143 | 254 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.00 |
| HSL | 297.84º | 0.98% | 0.78% | - |
| HSV(B) | 297.84º | 0.44% | 1% | - |
| XYZ | 67.14 | 47.12 | 99.32 | - |
| YUV | 187.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 254 | 0.02 | 0.44 | 0 | 0.00 | 297.84 | 0.98 | 0.78 |
| Hex | FA | 8F | FE | 2 | 2C | 0 | 0 | 12A | 62 | 4E |
| Octal | 372 | 217 | 376 | 2 | 54 | 0 | 0 | 452 | 142 | 116 |
| Binary | 11111010 | 10001111 | 11111110 | 10 | 101100 | 0 | 0 | 100101010 | 1100010 | 1001110 |
Color Harmonies of #FA8FFE
Complementary color
Monochromatic Colors of #FA8FFE
Black with #FA8FFE
Text Example
Text Example
White with #FA8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FFE; }
p { color: rgb(250,143,254); }
H1.HeaderClassName
{
color: #FA8FFE;
}
.AnyTagClassName
{
color: #FA8FFE;
}
</style>
background-color css
<style>
a { background-color: #FA8FFE; }
a { background-color: rgb(250,143,254); }
div.DivClassName
{
background-color: #FA8FFE;
}
.BgClassName
{
background-color: #FA8FFE;
}
</style>
border-color css
<style>
span { border-color: #FA8FFE; }
span { border-color: rgb(250,143,254); }
td.TdClassName
{
border-color: #FA8FFE;
}
.TagClassName
{
border-color: #FA8FFE;
}
</style>