Shades of Violet #F09CF7
Tints of Violet #F09CF7
RGB
CMYK
RGB Variations
Color information
#F09CF7 (or 0xF09CF7) is known color: Violet. HEX triplet: F0, 9C and F7. RGB value is (240,156,247). Sum of RGB (Red+Green+Blue) = 240+156+247=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #F09CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CF7 is #0F6308. Grayscale: #BFBFBF. Windows color (decimal): -1008393 or 16227568. OLE color: 16227568.
HSL color Cylindrical-coordinate representation of color #F09CF7: hue angle of 295.38º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09CF7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 156 | 247 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.03 |
| HSL | 295.38º | 0.85% | 0.79% | - |
| HSV(B) | 295.38º | 0.37% | 0.97% | - |
| XYZ | 64.61 | 49.02 | 94.05 | - |
| YUV | 191.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 247 | 0.03 | 0.37 | 0 | 0.03 | 295.38 | 0.85 | 0.79 |
| Hex | F0 | 9C | F7 | 3 | 25 | 0 | 3 | 127 | 55 | 4F |
| Octal | 360 | 234 | 367 | 3 | 45 | 0 | 3 | 447 | 125 | 117 |
| Binary | 11110000 | 10011100 | 11110111 | 11 | 100101 | 0 | 11 | 100100111 | 1010101 | 1001111 |
Color Harmonies of #F09CF7
Complementary color
Monochromatic Colors of #F09CF7
Black with #F09CF7
Text Example
Text Example
White with #F09CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CF7; }
p { color: rgb(240,156,247); }
H1.HeaderClassName
{
color: #F09CF7;
}
.AnyTagClassName
{
color: #F09CF7;
}
</style>
background-color css
<style>
a { background-color: #F09CF7; }
a { background-color: rgb(240,156,247); }
div.DivClassName
{
background-color: #F09CF7;
}
.BgClassName
{
background-color: #F09CF7;
}
</style>
border-color css
<style>
span { border-color: #F09CF7; }
span { border-color: rgb(240,156,247); }
td.TdClassName
{
border-color: #F09CF7;
}
.TagClassName
{
border-color: #F09CF7;
}
</style>