#F57DEB

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

Shades of Violet #F57DEB

Tints of Violet #F57DEB

Color information

#F57DEB (or 0xF57DEB) is unknown color: approx Violet. HEX triplet: F5, 7D and EB. RGB value is (245,125,235). Sum of RGB (Red+Green+Blue) = 245+125+235=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DEB is #0A8214. Grayscale: #ADADAD. Windows color (decimal): -688661 or 15433205. OLE color: 15433205.

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

Color convert

RGB245125235-
CMYK00.490.040.04
HSL305º85.71%72.55%-
HSV(B)305º48.98%96.08%-
XYZ59.9940.0883.17-
YUV173.42162.76179.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 125 (49.22% from 255) = 20.66%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=40.50%
G=20.66%
B=38.84%

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
Decimal24512523500.490.040.0430585.7172.55
HexF57DEB031441315649
Octal36517535306144461126111
Binary11110101111110111101011011000110010010011000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DEB; }

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

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

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

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

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

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

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

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