Shades of Violet #F09FFA
Tints of Violet #F09FFA
RGB
CMYK
RGB Variations
Color information
#F09FFA (or 0xF09FFA) is known color: Violet. HEX triplet: F0, 9F and FA. RGB value is (240,159,250). Sum of RGB (Red+Green+Blue) = 240+159+250=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #F09FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FFA is #0F6005. Grayscale: #C1C1C1. Windows color (decimal): -1007622 or 16424944. OLE color: 16424944.
HSL color Cylindrical-coordinate representation of color #F09FFA: hue angle of 293.41º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09FFA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 159 | 250 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.02 |
| HSL | 293.41º | 0.9% | 0.8% | - |
| HSV(B) | 293.41º | 0.36% | 0.98% | - |
| XYZ | 65.59 | 50.22 | 96.68 | - |
| YUV | 193.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 250 | 0.04 | 0.36 | 0 | 0.02 | 293.41 | 0.9 | 0.8 |
| Hex | F0 | 9F | FA | 4 | 24 | 0 | 2 | 125 | 5A | 50 |
| Octal | 360 | 237 | 372 | 4 | 44 | 0 | 2 | 445 | 132 | 120 |
| Binary | 11110000 | 10011111 | 11111010 | 100 | 100100 | 0 | 10 | 100100101 | 1011010 | 1010000 |
Color Harmonies of #F09FFA
Complementary color
Monochromatic Colors of #F09FFA
Black with #F09FFA
Text Example
Text Example
White with #F09FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FFA; }
p { color: rgb(240,159,250); }
H1.HeaderClassName
{
color: #F09FFA;
}
.AnyTagClassName
{
color: #F09FFA;
}
</style>
background-color css
<style>
a { background-color: #F09FFA; }
a { background-color: rgb(240,159,250); }
div.DivClassName
{
background-color: #F09FFA;
}
.BgClassName
{
background-color: #F09FFA;
}
</style>
border-color css
<style>
span { border-color: #F09FFA; }
span { border-color: rgb(240,159,250); }
td.TdClassName
{
border-color: #F09FFA;
}
.TagClassName
{
border-color: #F09FFA;
}
</style>