#F571EC

Color #F571EC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F571EC

Tints of Violet #F571EC

Color information

#F571EC (or 0xF571EC) is unknown color: approx Violet. HEX triplet: F5, 71 and EC. RGB value is (245,113,236). Sum of RGB (Red+Green+Blue) = 245+113+236=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F571EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571EC is #0A8E13. Grayscale: #A6A6A6. Windows color (decimal): -691732 or 15495669. OLE color: 15495669.

HSL color Cylindrical-coordinate representation of color #F571EC: hue angle of 304.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245113236-
CMYK00.540.040.04
HSL304.09º86.84%70.2%-
HSV(B)304.09º53.88%96.08%-
XYZ58.737.2883.46-
YUV166.49167.23184-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 113 (44.53% from 255) = 19.02%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=41.25%
G=19.02%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511323600.540.040.04304.0986.8470.2
HexF571EC036441305746
Octal36516135406644460127106
Binary11110101111000111101100011011010010010011000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571EC; }

 p { color: rgb(245,113,236); }

 H1.HeaderClassName
 {
   color: #F571EC;
 }
 .AnyTagClassName
 {
   color: #F571EC;
 }
</style>
background-color css

<style>
 a { background-color: #F571EC; }

 a { background-color: rgb(245,113,236); }

 div.DivClassName
 {
   background-color: #F571EC;
 }
 .BgClassName
 {
   background-color: #F571EC;
 }
</style>
border-color css

<style>
 span { border-color: #F571EC; }

 span { border-color: rgb(245,113,236); }

 td.TdClassName
 {
   border-color: #F571EC;
 }
 .TagClassName
 {
   border-color: #F571EC;
 }
</style>