Shades of Violet #FA92FF
Tints of Violet #FA92FF
RGB
CMYK
RGB Variations
Color information
#FA92FF (or 0xFA92FF) is known color: Violet. HEX triplet: FA, 92 and FF. RGB value is (250,146,255). Sum of RGB (Red+Green+Blue) = 250+146+255=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 146 (57.42% from 255 or 22.43% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA92FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA92FF is #056D00. Grayscale: #BDBDBD. Windows color (decimal): -355585 or 16749306. OLE color: 16749306.
HSL color Cylindrical-coordinate representation of color #FA92FF: hue angle of 297.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA92FF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 146 | 255 | - |
| CMYK | 0.02 | 0.43 | 0 | 0 |
| HSL | 297.25º | 1% | 0.79% | - |
| HSV(B) | 297.25º | 0.43% | 1% | - |
| XYZ | 67.75 | 48.1 | 100.32 | - |
| YUV | 189.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 255 | 0.02 | 0.43 | 0 | 0 | 297.25 | 1 | 0.79 |
| Hex | FA | 92 | FF | 2 | 2B | 0 | 0 | 129 | 64 | 4F |
| Octal | 372 | 222 | 377 | 2 | 53 | 0 | 0 | 451 | 144 | 117 |
| Binary | 11111010 | 10010010 | 11111111 | 10 | 101011 | 0 | 0 | 100101001 | 1100100 | 1001111 |
Color Harmonies of #FA92FF
Complementary color
Monochromatic Colors of #FA92FF
Black with #FA92FF
Text Example
Text Example
White with #FA92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92FF; }
p { color: rgb(250,146,255); }
H1.HeaderClassName
{
color: #FA92FF;
}
.AnyTagClassName
{
color: #FA92FF;
}
</style>
background-color css
<style>
a { background-color: #FA92FF; }
a { background-color: rgb(250,146,255); }
div.DivClassName
{
background-color: #FA92FF;
}
.BgClassName
{
background-color: #FA92FF;
}
</style>
border-color css
<style>
span { border-color: #FA92FF; }
span { border-color: rgb(250,146,255); }
td.TdClassName
{
border-color: #FA92FF;
}
.TagClassName
{
border-color: #FA92FF;
}
</style>