Shades of Violet #F9A0FE
Tints of Violet #F9A0FE
RGB
CMYK
RGB Variations
Color information
#F9A0FE (or 0xF9A0FE) is known color: Violet. HEX triplet: F9, A0 and FE. RGB value is (249,160,254). Sum of RGB (Red+Green+Blue) = 249+160+254=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A0FE is #065F01. Grayscale: #C5C5C5. Windows color (decimal): -417538 or 16687353. OLE color: 16687353.
HSL color Cylindrical-coordinate representation of color #F9A0FE: hue angle of 296.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9A0FE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 160 | 254 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.00 |
| HSL | 296.81º | 0.98% | 0.81% | - |
| HSV(B) | 296.81º | 0.37% | 1% | - |
| XYZ | 69.53 | 52.44 | 100.22 | - |
| YUV | 197.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 254 | 0.02 | 0.37 | 0 | 0.00 | 296.81 | 0.98 | 0.81 |
| Hex | F9 | A0 | FE | 2 | 25 | 0 | 0 | 129 | 62 | 51 |
| Octal | 371 | 240 | 376 | 2 | 45 | 0 | 0 | 451 | 142 | 121 |
| Binary | 11111001 | 10100000 | 11111110 | 10 | 100101 | 0 | 0 | 100101001 | 1100010 | 1010001 |
Color Harmonies of #F9A0FE
Complementary color
Monochromatic Colors of #F9A0FE
Black with #F9A0FE
Text Example
Text Example
White with #F9A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0FE; }
p { color: rgb(249,160,254); }
H1.HeaderClassName
{
color: #F9A0FE;
}
.AnyTagClassName
{
color: #F9A0FE;
}
</style>
background-color css
<style>
a { background-color: #F9A0FE; }
a { background-color: rgb(249,160,254); }
div.DivClassName
{
background-color: #F9A0FE;
}
.BgClassName
{
background-color: #F9A0FE;
}
</style>
border-color css
<style>
span { border-color: #F9A0FE; }
span { border-color: rgb(249,160,254); }
td.TdClassName
{
border-color: #F9A0FE;
}
.TagClassName
{
border-color: #F9A0FE;
}
</style>