Shades of Violet #F071E9
Tints of Violet #F071E9
RGB
CMYK
RGB Variations
Color information
#F071E9 (or 0xF071E9) is known color: Violet. HEX triplet: F0, 71 and E9. RGB value is (240,113,233). Sum of RGB (Red+Green+Blue) = 240+113+233=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F071E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071E9 is #0F8E16. Grayscale: #A4A4A4. Windows color (decimal): -1019415 or 15299056. OLE color: 15299056.
HSL color Cylindrical-coordinate representation of color #F071E9: hue angle of 303.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071E9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 233 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.06 |
| HSL | 303.31º | 0.81% | 0.69% | - |
| HSV(B) | 303.31º | 0.53% | 0.94% | - |
| XYZ | 56.55 | 36.22 | 81.1 | - |
| YUV | 164.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 233 | 0 | 0.53 | 0.03 | 0.06 | 303.31 | 0.81 | 0.69 |
| Hex | F0 | 71 | E9 | 0 | 35 | 3 | 6 | 12F | 51 | 45 |
| Octal | 360 | 161 | 351 | 0 | 65 | 3 | 6 | 457 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11101001 | 0 | 110101 | 11 | 110 | 100101111 | 1010001 | 1000101 |
Color Harmonies of #F071E9
Complementary color
Monochromatic Colors of #F071E9
Black with #F071E9
Text Example
Text Example
White with #F071E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071E9; }
p { color: rgb(240,113,233); }
H1.HeaderClassName
{
color: #F071E9;
}
.AnyTagClassName
{
color: #F071E9;
}
</style>
background-color css
<style>
a { background-color: #F071E9; }
a { background-color: rgb(240,113,233); }
div.DivClassName
{
background-color: #F071E9;
}
.BgClassName
{
background-color: #F071E9;
}
</style>
border-color css
<style>
span { border-color: #F071E9; }
span { border-color: rgb(240,113,233); }
td.TdClassName
{
border-color: #F071E9;
}
.TagClassName
{
border-color: #F071E9;
}
</style>