Shades of Violet #F075EE
Tints of Violet #F075EE
RGB
CMYK
RGB Variations
Color information
#F075EE (or 0xF075EE) is known color: Violet. HEX triplet: F0, 75 and EE. RGB value is (240,117,238). Sum of RGB (Red+Green+Blue) = 240+117+238=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F075EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075EE is #0F8A11. Grayscale: #A7A7A7. Windows color (decimal): -1018386 or 15627760. OLE color: 15627760.
HSL color Cylindrical-coordinate representation of color #F075EE: hue angle of 300.98º 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 #F075EE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 238 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.06 |
| HSL | 300.98º | 0.8% | 0.7% | - |
| HSV(B) | 300.98º | 0.51% | 0.94% | - |
| XYZ | 57.73 | 37.42 | 85.07 | - |
| YUV | 167.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 238 | 0 | 0.51 | 0.01 | 0.06 | 300.98 | 0.8 | 0.7 |
| Hex | F0 | 75 | EE | 0 | 33 | 1 | 6 | 12D | 50 | 46 |
| Octal | 360 | 165 | 356 | 0 | 63 | 1 | 6 | 455 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11101110 | 0 | 110011 | 1 | 110 | 100101101 | 1010000 | 1000110 |
Color Harmonies of #F075EE
Complementary color
Monochromatic Colors of #F075EE
Black with #F075EE
Text Example
Text Example
White with #F075EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075EE; }
p { color: rgb(240,117,238); }
H1.HeaderClassName
{
color: #F075EE;
}
.AnyTagClassName
{
color: #F075EE;
}
</style>
background-color css
<style>
a { background-color: #F075EE; }
a { background-color: rgb(240,117,238); }
div.DivClassName
{
background-color: #F075EE;
}
.BgClassName
{
background-color: #F075EE;
}
</style>
border-color css
<style>
span { border-color: #F075EE; }
span { border-color: rgb(240,117,238); }
td.TdClassName
{
border-color: #F075EE;
}
.TagClassName
{
border-color: #F075EE;
}
</style>