Shades of Violet #F09DFC
Tints of Violet #F09DFC
RGB
CMYK
RGB Variations
Color information
#F09DFC (or 0xF09DFC) is known color: Violet. HEX triplet: F0, 9D and FC. RGB value is (240,157,252). Sum of RGB (Red+Green+Blue) = 240+157+252=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #F09DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFC is #0F6203. Grayscale: #C0C0C0. Windows color (decimal): -1008132 or 16555504. OLE color: 16555504.
HSL color Cylindrical-coordinate representation of color #F09DFC: hue angle of 292.42º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09DFC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 157 | 252 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.01 |
| HSL | 292.42º | 0.94% | 0.8% | - |
| HSV(B) | 292.42º | 0.38% | 0.99% | - |
| XYZ | 65.56 | 49.67 | 98.23 | - |
| YUV | 192.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 252 | 0.05 | 0.38 | 0 | 0.01 | 292.42 | 0.94 | 0.8 |
| Hex | F0 | 9D | FC | 5 | 26 | 0 | 1 | 124 | 5E | 50 |
| Octal | 360 | 235 | 374 | 5 | 46 | 0 | 1 | 444 | 136 | 120 |
| Binary | 11110000 | 10011101 | 11111100 | 101 | 100110 | 0 | 1 | 100100100 | 1011110 | 1010000 |
Color Harmonies of #F09DFC
Complementary color
Monochromatic Colors of #F09DFC
Black with #F09DFC
Text Example
Text Example
White with #F09DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DFC; }
p { color: rgb(240,157,252); }
H1.HeaderClassName
{
color: #F09DFC;
}
.AnyTagClassName
{
color: #F09DFC;
}
</style>
background-color css
<style>
a { background-color: #F09DFC; }
a { background-color: rgb(240,157,252); }
div.DivClassName
{
background-color: #F09DFC;
}
.BgClassName
{
background-color: #F09DFC;
}
</style>
border-color css
<style>
span { border-color: #F09DFC; }
span { border-color: rgb(240,157,252); }
td.TdClassName
{
border-color: #F09DFC;
}
.TagClassName
{
border-color: #F09DFC;
}
</style>