Shades of Violet #F09CEF
Tints of Violet #F09CEF
RGB
CMYK
RGB Variations
Color information
#F09CEF (or 0xF09CEF) is known color: Violet. HEX triplet: F0, 9C and EF. RGB value is (240,156,239). Sum of RGB (Red+Green+Blue) = 240+156+239=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CEF is #0F6310. Grayscale: #BEBEBE. Windows color (decimal): -1008401 or 15703280. OLE color: 15703280.
HSL color Cylindrical-coordinate representation of color #F09CEF: hue angle of 300.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CEF is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 239 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.06 |
| HSL | 300.71º | 0.74% | 0.78% | - |
| HSV(B) | 300.71º | 0.35% | 0.94% | - |
| XYZ | 63.4 | 48.53 | 87.69 | - |
| YUV | 190.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 239 | 0 | 0.35 | 0.00 | 0.06 | 300.71 | 0.74 | 0.78 |
| Hex | F0 | 9C | EF | 0 | 23 | 0 | 6 | 12D | 4A | 4E |
| Octal | 360 | 234 | 357 | 0 | 43 | 0 | 6 | 455 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11101111 | 0 | 100011 | 0 | 110 | 100101101 | 1001010 | 1001110 |
Color Harmonies of #F09CEF
Complementary color
Monochromatic Colors of #F09CEF
Black with #F09CEF
Text Example
Text Example
White with #F09CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CEF; }
p { color: rgb(240,156,239); }
H1.HeaderClassName
{
color: #F09CEF;
}
.AnyTagClassName
{
color: #F09CEF;
}
</style>
background-color css
<style>
a { background-color: #F09CEF; }
a { background-color: rgb(240,156,239); }
div.DivClassName
{
background-color: #F09CEF;
}
.BgClassName
{
background-color: #F09CEF;
}
</style>
border-color css
<style>
span { border-color: #F09CEF; }
span { border-color: rgb(240,156,239); }
td.TdClassName
{
border-color: #F09CEF;
}
.TagClassName
{
border-color: #F09CEF;
}
</style>