Shades of Violet #F07FE9
Tints of Violet #F07FE9
RGB
CMYK
RGB Variations
Color information
#F07FE9 (or 0xF07FE9) is known color: Violet. HEX triplet: F0, 7F and E9. RGB value is (240,127,233). Sum of RGB (Red+Green+Blue) = 240+127+233=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FE9 is #0F8016. Grayscale: #ACACAC. Windows color (decimal): -1015831 or 15302640. OLE color: 15302640.
HSL color Cylindrical-coordinate representation of color #F07FE9: hue angle of 303.72º 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 #F07FE9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 233 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.06 |
| HSL | 303.72º | 0.79% | 0.72% | - |
| HSV(B) | 303.72º | 0.47% | 0.94% | - |
| XYZ | 58.23 | 39.59 | 81.66 | - |
| YUV | 172.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 233 | 0 | 0.47 | 0.03 | 0.06 | 303.72 | 0.79 | 0.72 |
| Hex | F0 | 7F | E9 | 0 | 2F | 3 | 6 | 130 | 4F | 48 |
| Octal | 360 | 177 | 351 | 0 | 57 | 3 | 6 | 460 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11101001 | 0 | 101111 | 11 | 110 | 100110000 | 1001111 | 1001000 |
Color Harmonies of #F07FE9
Complementary color
Monochromatic Colors of #F07FE9
Black with #F07FE9
Text Example
Text Example
White with #F07FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FE9; }
p { color: rgb(240,127,233); }
H1.HeaderClassName
{
color: #F07FE9;
}
.AnyTagClassName
{
color: #F07FE9;
}
</style>
background-color css
<style>
a { background-color: #F07FE9; }
a { background-color: rgb(240,127,233); }
div.DivClassName
{
background-color: #F07FE9;
}
.BgClassName
{
background-color: #F07FE9;
}
</style>
border-color css
<style>
span { border-color: #F07FE9; }
span { border-color: rgb(240,127,233); }
td.TdClassName
{
border-color: #F07FE9;
}
.TagClassName
{
border-color: #F07FE9;
}
</style>