Shades of Violet #F09CFA
Tints of Violet #F09CFA
RGB
CMYK
RGB Variations
Color information
#F09CFA (or 0xF09CFA) is known color: Violet. HEX triplet: F0, 9C and FA. RGB value is (240,156,250). Sum of RGB (Red+Green+Blue) = 240+156+250=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #F09CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CFA is #0F6305. Grayscale: #BFBFBF. Windows color (decimal): -1008390 or 16424176. OLE color: 16424176.
HSL color Cylindrical-coordinate representation of color #F09CFA: hue angle of 293.62º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09CFA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 156 | 250 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.02 |
| HSL | 293.62º | 0.9% | 0.8% | - |
| HSV(B) | 293.62º | 0.38% | 0.98% | - |
| XYZ | 65.08 | 49.2 | 96.51 | - |
| YUV | 191.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 250 | 0.04 | 0.38 | 0 | 0.02 | 293.62 | 0.9 | 0.8 |
| Hex | F0 | 9C | FA | 4 | 26 | 0 | 2 | 126 | 5A | 50 |
| Octal | 360 | 234 | 372 | 4 | 46 | 0 | 2 | 446 | 132 | 120 |
| Binary | 11110000 | 10011100 | 11111010 | 100 | 100110 | 0 | 10 | 100100110 | 1011010 | 1010000 |
Color Harmonies of #F09CFA
Complementary color
Monochromatic Colors of #F09CFA
Black with #F09CFA
Text Example
Text Example
White with #F09CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CFA; }
p { color: rgb(240,156,250); }
H1.HeaderClassName
{
color: #F09CFA;
}
.AnyTagClassName
{
color: #F09CFA;
}
</style>
background-color css
<style>
a { background-color: #F09CFA; }
a { background-color: rgb(240,156,250); }
div.DivClassName
{
background-color: #F09CFA;
}
.BgClassName
{
background-color: #F09CFA;
}
</style>
border-color css
<style>
span { border-color: #F09CFA; }
span { border-color: rgb(240,156,250); }
td.TdClassName
{
border-color: #F09CFA;
}
.TagClassName
{
border-color: #F09CFA;
}
</style>