Shades of Violet #F072ED
Tints of Violet #F072ED
RGB
CMYK
RGB Variations
Color information
#F072ED (or 0xF072ED) is known color: Violet. HEX triplet: F0, 72 and ED. RGB value is (240,114,237). Sum of RGB (Red+Green+Blue) = 240+114+237=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F072ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072ED is #0F8D12. Grayscale: #A5A5A5. Windows color (decimal): -1019155 or 15561456. OLE color: 15561456.
HSL color Cylindrical-coordinate representation of color #F072ED: hue angle of 301.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072ED is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 237 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.06 |
| HSL | 301.43º | 0.81% | 0.69% | - |
| HSV(B) | 301.43º | 0.53% | 0.94% | - |
| XYZ | 57.24 | 36.67 | 84.18 | - |
| YUV | 165.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 237 | 0 | 0.52 | 0.01 | 0.06 | 301.43 | 0.81 | 0.69 |
| Hex | F0 | 72 | ED | 0 | 34 | 1 | 6 | 12D | 51 | 45 |
| Octal | 360 | 162 | 355 | 0 | 64 | 1 | 6 | 455 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11101101 | 0 | 110100 | 1 | 110 | 100101101 | 1010001 | 1000101 |
Color Harmonies of #F072ED
Complementary color
Monochromatic Colors of #F072ED
Black with #F072ED
Text Example
Text Example
White with #F072ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072ED; }
p { color: rgb(240,114,237); }
H1.HeaderClassName
{
color: #F072ED;
}
.AnyTagClassName
{
color: #F072ED;
}
</style>
background-color css
<style>
a { background-color: #F072ED; }
a { background-color: rgb(240,114,237); }
div.DivClassName
{
background-color: #F072ED;
}
.BgClassName
{
background-color: #F072ED;
}
</style>
border-color css
<style>
span { border-color: #F072ED; }
span { border-color: rgb(240,114,237); }
td.TdClassName
{
border-color: #F072ED;
}
.TagClassName
{
border-color: #F072ED;
}
</style>