Shades of Violet #F09CF5
Tints of Violet #F09CF5
RGB
CMYK
RGB Variations
Color information
#F09CF5 (or 0xF09CF5) is known color: Violet. HEX triplet: F0, 9C and F5. RGB value is (240,156,245). Sum of RGB (Red+Green+Blue) = 240+156+245=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #F09CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CF5 is #0F630A. Grayscale: #BEBEBE. Windows color (decimal): -1008395 or 16096496. OLE color: 16096496.
HSL color Cylindrical-coordinate representation of color #F09CF5: hue angle of 296.63º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09CF5 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 156 | 245 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.04 |
| HSL | 296.63º | 0.82% | 0.79% | - |
| HSV(B) | 296.63º | 0.36% | 0.96% | - |
| XYZ | 64.31 | 48.89 | 92.43 | - |
| YUV | 191.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 245 | 0.02 | 0.36 | 0 | 0.04 | 296.63 | 0.82 | 0.79 |
| Hex | F0 | 9C | F5 | 2 | 24 | 0 | 4 | 129 | 52 | 4F |
| Octal | 360 | 234 | 365 | 2 | 44 | 0 | 4 | 451 | 122 | 117 |
| Binary | 11110000 | 10011100 | 11110101 | 10 | 100100 | 0 | 100 | 100101001 | 1010010 | 1001111 |
Color Harmonies of #F09CF5
Complementary color
Monochromatic Colors of #F09CF5
Black with #F09CF5
Text Example
Text Example
White with #F09CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CF5; }
p { color: rgb(240,156,245); }
H1.HeaderClassName
{
color: #F09CF5;
}
.AnyTagClassName
{
color: #F09CF5;
}
</style>
background-color css
<style>
a { background-color: #F09CF5; }
a { background-color: rgb(240,156,245); }
div.DivClassName
{
background-color: #F09CF5;
}
.BgClassName
{
background-color: #F09CF5;
}
</style>
border-color css
<style>
span { border-color: #F09CF5; }
span { border-color: rgb(240,156,245); }
td.TdClassName
{
border-color: #F09CF5;
}
.TagClassName
{
border-color: #F09CF5;
}
</style>