Shades of Violet #FA94FA
Tints of Violet #FA94FA
RGB
CMYK
RGB Variations
Color information
#FA94FA (or 0xFA94FA) is known color: Violet. HEX triplet: FA, 94 and FA. RGB value is (250,148,250). Sum of RGB (Red+Green+Blue) = 250+148+250=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 148 (58.20% from 255 or 22.84% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA94FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA94FA is #056B05. Grayscale: #BDBDBD. Windows color (decimal): -355078 or 16422138. OLE color: 16422138.
HSL color Cylindrical-coordinate representation of color #FA94FA: hue angle of 300º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94FA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 250 | - |
| CMYK | 0 | 0.41 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.78% | - |
| HSV(B) | 300º | 0.41% | 0.98% | - |
| XYZ | 67.27 | 48.41 | 96.24 | - |
| YUV | 190.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 250 | 0 | 0.41 | 0 | 0.02 | 300 | 0.91 | 0.78 |
| Hex | FA | 94 | FA | 0 | 29 | 0 | 2 | 12C | 5B | 4E |
| Octal | 372 | 224 | 372 | 0 | 51 | 0 | 2 | 454 | 133 | 116 |
| Binary | 11111010 | 10010100 | 11111010 | 0 | 101001 | 0 | 10 | 100101100 | 1011011 | 1001110 |
Color Harmonies of #FA94FA
Complementary color
Monochromatic Colors of #FA94FA
Black with #FA94FA
Text Example
Text Example
White with #FA94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA94FA; }
p { color: rgb(250,148,250); }
H1.HeaderClassName
{
color: #FA94FA;
}
.AnyTagClassName
{
color: #FA94FA;
}
</style>
background-color css
<style>
a { background-color: #FA94FA; }
a { background-color: rgb(250,148,250); }
div.DivClassName
{
background-color: #FA94FA;
}
.BgClassName
{
background-color: #FA94FA;
}
</style>
border-color css
<style>
span { border-color: #FA94FA; }
span { border-color: rgb(250,148,250); }
td.TdClassName
{
border-color: #FA94FA;
}
.TagClassName
{
border-color: #FA94FA;
}
</style>