#F570EC

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

Shades of Violet #F570EC

Tints of Violet #F570EC

Color information

#F570EC (or 0xF570EC) is unknown color: approx Violet. HEX triplet: F5, 70 and EC. RGB value is (245,112,236). Sum of RGB (Red+Green+Blue) = 245+112+236=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F570EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F570EC is #0A8F13. Grayscale: #A5A5A5. Windows color (decimal): -691988 or 15495413. OLE color: 15495413.

HSL color Cylindrical-coordinate representation of color #F570EC: hue angle of 304.06º 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 #F570EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245112236-
CMYK00.540.040.04
HSL304.06º86.93%70%-
HSV(B)304.06º54.29%96.08%-
XYZ58.5937.0683.42-
YUV165.9167.56184.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 18.89%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=41.32%
G=18.89%
B=39.80%

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
Decimal24511223600.540.040.04304.0686.9370
HexF570EC036441305746
Octal36516035406644460127106
Binary11110101111000011101100011011010010010011000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570EC; }

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

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

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

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

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

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

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

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