Shades of Violet #F071E6
Tints of Violet #F071E6
RGB
CMYK
RGB Variations
Color information
#F071E6 (or 0xF071E6) is known color: Violet. HEX triplet: F0, 71 and E6. RGB value is (240,113,230). Sum of RGB (Red+Green+Blue) = 240+113+230=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F071E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071E6 is #0F8E19. Grayscale: #A3A3A3. Windows color (decimal): -1019418 or 15102448. OLE color: 15102448.
HSL color Cylindrical-coordinate representation of color #F071E6: hue angle of 304.72º 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 #F071E6 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 230 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.06 |
| HSL | 304.72º | 0.81% | 0.69% | - |
| HSV(B) | 304.72º | 0.53% | 0.94% | - |
| XYZ | 56.12 | 36.05 | 78.86 | - |
| YUV | 164.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 230 | 0 | 0.53 | 0.04 | 0.06 | 304.72 | 0.81 | 0.69 |
| Hex | F0 | 71 | E6 | 0 | 35 | 4 | 6 | 131 | 51 | 45 |
| Octal | 360 | 161 | 346 | 0 | 65 | 4 | 6 | 461 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11100110 | 0 | 110101 | 100 | 110 | 100110001 | 1010001 | 1000101 |
Color Harmonies of #F071E6
Complementary color
Monochromatic Colors of #F071E6
Black with #F071E6
Text Example
Text Example
White with #F071E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071E6; }
p { color: rgb(240,113,230); }
H1.HeaderClassName
{
color: #F071E6;
}
.AnyTagClassName
{
color: #F071E6;
}
</style>
background-color css
<style>
a { background-color: #F071E6; }
a { background-color: rgb(240,113,230); }
div.DivClassName
{
background-color: #F071E6;
}
.BgClassName
{
background-color: #F071E6;
}
</style>
border-color css
<style>
span { border-color: #F071E6; }
span { border-color: rgb(240,113,230); }
td.TdClassName
{
border-color: #F071E6;
}
.TagClassName
{
border-color: #F071E6;
}
</style>