Shades of Violet #F090EF
Tints of Violet #F090EF
RGB
CMYK
RGB Variations
Color information
#F090EF (or 0xF090EF) is known color: Violet. HEX triplet: F0, 90 and EF. RGB value is (240,144,239). Sum of RGB (Red+Green+Blue) = 240+144+239=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F090EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090EF is #0F6F10. Grayscale: #B7B7B7. Windows color (decimal): -1011473 or 15700208. OLE color: 15700208.
HSL color Cylindrical-coordinate representation of color #F090EF: hue angle of 300.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090EF is Cyan = 0, Magento = 0.4, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 239 | - |
| CMYK | 0 | 0.4 | 0.00 | 0.06 |
| HSL | 300.63º | 0.76% | 0.75% | - |
| HSV(B) | 300.63º | 0.4% | 0.94% | - |
| XYZ | 61.49 | 44.7 | 87.05 | - |
| YUV | 183.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 239 | 0 | 0.4 | 0.00 | 0.06 | 300.63 | 0.76 | 0.75 |
| Hex | F0 | 90 | EF | 0 | 28 | 0 | 6 | 12D | 4C | 4B |
| Octal | 360 | 220 | 357 | 0 | 50 | 0 | 6 | 455 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11101111 | 0 | 101000 | 0 | 110 | 100101101 | 1001100 | 1001011 |
Color Harmonies of #F090EF
Complementary color
Monochromatic Colors of #F090EF
Black with #F090EF
Text Example
Text Example
White with #F090EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090EF; }
p { color: rgb(240,144,239); }
H1.HeaderClassName
{
color: #F090EF;
}
.AnyTagClassName
{
color: #F090EF;
}
</style>
background-color css
<style>
a { background-color: #F090EF; }
a { background-color: rgb(240,144,239); }
div.DivClassName
{
background-color: #F090EF;
}
.BgClassName
{
background-color: #F090EF;
}
</style>
border-color css
<style>
span { border-color: #F090EF; }
span { border-color: rgb(240,144,239); }
td.TdClassName
{
border-color: #F090EF;
}
.TagClassName
{
border-color: #F090EF;
}
</style>