Shades of Violet #F09DFA
Tints of Violet #F09DFA
RGB
CMYK
RGB Variations
Color information
#F09DFA (or 0xF09DFA) is known color: Violet. HEX triplet: F0, 9D and FA. RGB value is (240,157,250). Sum of RGB (Red+Green+Blue) = 240+157+250=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F09DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFA is #0F6205. Grayscale: #C0C0C0. Windows color (decimal): -1008134 or 16424432. OLE color: 16424432.
HSL color Cylindrical-coordinate representation of color #F09DFA: hue angle of 293.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09DFA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 157 | 250 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 293.55º | 0.9% | 0.8% | - |
| HSV(B) | 293.55º | 0.37% | 0.98% | - |
| XYZ | 65.25 | 49.54 | 96.57 | - |
| YUV | 192.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 250 | 0.04 | 0.37 | 0 | 0.02 | 293.55 | 0.9 | 0.8 |
| Hex | F0 | 9D | FA | 4 | 25 | 0 | 2 | 126 | 5A | 50 |
| Octal | 360 | 235 | 372 | 4 | 45 | 0 | 2 | 446 | 132 | 120 |
| Binary | 11110000 | 10011101 | 11111010 | 100 | 100101 | 0 | 10 | 100100110 | 1011010 | 1010000 |
Color Harmonies of #F09DFA
Complementary color
Monochromatic Colors of #F09DFA
Black with #F09DFA
Text Example
Text Example
White with #F09DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DFA; }
p { color: rgb(240,157,250); }
H1.HeaderClassName
{
color: #F09DFA;
}
.AnyTagClassName
{
color: #F09DFA;
}
</style>
background-color css
<style>
a { background-color: #F09DFA; }
a { background-color: rgb(240,157,250); }
div.DivClassName
{
background-color: #F09DFA;
}
.BgClassName
{
background-color: #F09DFA;
}
</style>
border-color css
<style>
span { border-color: #F09DFA; }
span { border-color: rgb(240,157,250); }
td.TdClassName
{
border-color: #F09DFA;
}
.TagClassName
{
border-color: #F09DFA;
}
</style>