#F574EC

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

Shades of Violet #F574EC

Tints of Violet #F574EC

Color information

#F574EC (or 0xF574EC) is unknown color: approx Violet. HEX triplet: F5, 74 and EC. RGB value is (245,116,236). Sum of RGB (Red+Green+Blue) = 245+116+236=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F574EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574EC is #0A8B13. Grayscale: #A7A7A7. Windows color (decimal): -690964 or 15496437. OLE color: 15496437.

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

Color convert

RGB245116236-
CMYK00.530.040.04
HSL304.19º86.58%70.78%-
HSV(B)304.19º52.65%96.08%-
XYZ59.0437.9683.57-
YUV168.25166.24182.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 116 (45.70% from 255) = 19.43%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=41.04%
G=19.43%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511623600.530.040.04304.1986.5870.78
HexF574EC035441305747
Octal36516435406544460127107
Binary11110101111010011101100011010110010010011000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F574EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F574EC; }

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

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

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

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

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

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

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

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