#F57DEC

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

Shades of Violet #F57DEC

Tints of Violet #F57DEC

Color information

#F57DEC (or 0xF57DEC) is unknown color: approx Violet. HEX triplet: F5, 7D and EC. RGB value is (245,125,236). Sum of RGB (Red+Green+Blue) = 245+125+236=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 125 (49.22% from 255 or 20.63% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DEC is #0A8213. Grayscale: #ADADAD. Windows color (decimal): -688660 or 15498741. OLE color: 15498741.

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

Color convert

RGB245125236-
CMYK00.490.040.04
HSL304.5º85.71%72.55%-
HSV(B)304.5º48.98%96.08%-
XYZ60.1340.1483.93-
YUV173.53163.26178.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 125 (49.22% from 255) = 20.63%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=40.43%
G=20.63%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512523600.490.040.04304.585.7172.55
HexF57DEC031441305649
Octal36517535406144460126111
Binary11110101111110111101100011000110010010011000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DEC; }

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

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

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

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

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

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

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

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