Shades of Violet #F07FED
Tints of Violet #F07FED
RGB
CMYK
RGB Variations
Color information
#F07FED (or 0xF07FED) is known color: Violet. HEX triplet: F0, 7F and ED. RGB value is (240,127,237). Sum of RGB (Red+Green+Blue) = 240+127+237=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FED is #0F8012. Grayscale: #ADADAD. Windows color (decimal): -1015827 or 15564784. OLE color: 15564784.
HSL color Cylindrical-coordinate representation of color #F07FED: hue angle of 301.59º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FED is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 237 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.06 |
| HSL | 301.59º | 0.79% | 0.72% | - |
| HSV(B) | 301.59º | 0.47% | 0.94% | - |
| XYZ | 58.81 | 39.82 | 84.71 | - |
| YUV | 173.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 237 | 0 | 0.47 | 0.01 | 0.06 | 301.59 | 0.79 | 0.72 |
| Hex | F0 | 7F | ED | 0 | 2F | 1 | 6 | 12E | 4F | 48 |
| Octal | 360 | 177 | 355 | 0 | 57 | 1 | 6 | 456 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11101101 | 0 | 101111 | 1 | 110 | 100101110 | 1001111 | 1001000 |
Color Harmonies of #F07FED
Complementary color
Monochromatic Colors of #F07FED
Black with #F07FED
Text Example
Text Example
White with #F07FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FED; }
p { color: rgb(240,127,237); }
H1.HeaderClassName
{
color: #F07FED;
}
.AnyTagClassName
{
color: #F07FED;
}
</style>
background-color css
<style>
a { background-color: #F07FED; }
a { background-color: rgb(240,127,237); }
div.DivClassName
{
background-color: #F07FED;
}
.BgClassName
{
background-color: #F07FED;
}
</style>
border-color css
<style>
span { border-color: #F07FED; }
span { border-color: rgb(240,127,237); }
td.TdClassName
{
border-color: #F07FED;
}
.TagClassName
{
border-color: #F07FED;
}
</style>