Shades of Violet #F09CFD
Tints of Violet #F09CFD
RGB
CMYK
RGB Variations
Color information
#F09CFD (or 0xF09CFD) is known color: Violet. HEX triplet: F0, 9C and FD. RGB value is (240,156,253). Sum of RGB (Red+Green+Blue) = 240+156+253=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #F09CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CFD is #0F6302. Grayscale: #BFBFBF. Windows color (decimal): -1008387 or 16620784. OLE color: 16620784.
HSL color Cylindrical-coordinate representation of color #F09CFD: hue angle of 291.96º degrees, saturation: 0.96, 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 #F09CFD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 156 | 253 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.01 |
| HSL | 291.96º | 0.96% | 0.8% | - |
| HSV(B) | 291.96º | 0.38% | 0.99% | - |
| XYZ | 65.55 | 49.39 | 99.01 | - |
| YUV | 192.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 253 | 0.05 | 0.38 | 0 | 0.01 | 291.96 | 0.96 | 0.8 |
| Hex | F0 | 9C | FD | 5 | 26 | 0 | 1 | 124 | 60 | 50 |
| Octal | 360 | 234 | 375 | 5 | 46 | 0 | 1 | 444 | 140 | 120 |
| Binary | 11110000 | 10011100 | 11111101 | 101 | 100110 | 0 | 1 | 100100100 | 1100000 | 1010000 |
Color Harmonies of #F09CFD
Complementary color
Monochromatic Colors of #F09CFD
Black with #F09CFD
Text Example
Text Example
White with #F09CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CFD; }
p { color: rgb(240,156,253); }
H1.HeaderClassName
{
color: #F09CFD;
}
.AnyTagClassName
{
color: #F09CFD;
}
</style>
background-color css
<style>
a { background-color: #F09CFD; }
a { background-color: rgb(240,156,253); }
div.DivClassName
{
background-color: #F09CFD;
}
.BgClassName
{
background-color: #F09CFD;
}
</style>
border-color css
<style>
span { border-color: #F09CFD; }
span { border-color: rgb(240,156,253); }
td.TdClassName
{
border-color: #F09CFD;
}
.TagClassName
{
border-color: #F09CFD;
}
</style>