Shades of Violet #F075EF
Tints of Violet #F075EF
RGB
CMYK
RGB Variations
Color information
#F075EF (or 0xF075EF) is known color: Violet. HEX triplet: F0, 75 and EF. RGB value is (240,117,239). Sum of RGB (Red+Green+Blue) = 240+117+239=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F075EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075EF is #0F8A10. Grayscale: #A7A7A7. Windows color (decimal): -1018385 or 15693296. OLE color: 15693296.
HSL color Cylindrical-coordinate representation of color #F075EF: hue angle of 300.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075EF is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 239 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.06 |
| HSL | 300.49º | 0.8% | 0.7% | - |
| HSV(B) | 300.49º | 0.51% | 0.94% | - |
| XYZ | 57.88 | 37.48 | 85.85 | - |
| YUV | 167.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 239 | 0 | 0.51 | 0.00 | 0.06 | 300.49 | 0.8 | 0.7 |
| Hex | F0 | 75 | EF | 0 | 33 | 0 | 6 | 12C | 50 | 46 |
| Octal | 360 | 165 | 357 | 0 | 63 | 0 | 6 | 454 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11101111 | 0 | 110011 | 0 | 110 | 100101100 | 1010000 | 1000110 |
Color Harmonies of #F075EF
Complementary color
Monochromatic Colors of #F075EF
Black with #F075EF
Text Example
Text Example
White with #F075EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075EF; }
p { color: rgb(240,117,239); }
H1.HeaderClassName
{
color: #F075EF;
}
.AnyTagClassName
{
color: #F075EF;
}
</style>
background-color css
<style>
a { background-color: #F075EF; }
a { background-color: rgb(240,117,239); }
div.DivClassName
{
background-color: #F075EF;
}
.BgClassName
{
background-color: #F075EF;
}
</style>
border-color css
<style>
span { border-color: #F075EF; }
span { border-color: rgb(240,117,239); }
td.TdClassName
{
border-color: #F075EF;
}
.TagClassName
{
border-color: #F075EF;
}
</style>