#F57DED

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

Shades of Violet #F57DED

Tints of Violet #F57DED

Color information

#F57DED (or 0xF57DED) is unknown color: approx Violet. HEX triplet: F5, 7D and ED. RGB value is (245,125,237). Sum of RGB (Red+Green+Blue) = 245+125+237=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DED is #0A8212. Grayscale: #ADADAD. Windows color (decimal): -688659 or 15564277. OLE color: 15564277.

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

Color convert

RGB245125237-
CMYK00.490.030.04
HSL304º85.71%72.55%-
HSV(B)304º48.98%96.08%-
XYZ60.2840.1984.7-
YUV173.65163.76178.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 125 (49.22% from 255) = 20.59%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=40.36%
G=20.59%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512523700.490.030.0430485.7172.55
HexF57DED031341305649
Octal36517535506134460126111
Binary1111010111111011110110101100011110010011000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DED; }

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

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

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

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

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

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

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

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