#F58DED

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

Shades of Violet #F58DED

Tints of Violet #F58DED

Color information

#F58DED (or 0xF58DED) is unknown color: approx Violet. HEX triplet: F5, 8D and ED. RGB value is (245,141,237). Sum of RGB (Red+Green+Blue) = 245+141+237=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DED is #0A7212. Grayscale: #B6B6B6. Windows color (decimal): -684563 or 15568373. OLE color: 15568373.

HSL color Cylindrical-coordinate representation of color #F58DED: hue angle of 304.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DED is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245141237-
CMYK00.420.030.04
HSL304.62º83.87%75.69%-
HSV(B)304.62º42.45%96.08%-
XYZ62.4744.5885.43-
YUV183.04158.46172.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 141 (55.47% from 255) = 22.63%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=39.33%
G=22.63%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514123700.420.030.04304.6283.8775.69
HexF58DED02A34131544c
Octal36521535505234461124114
Binary11110101100011011110110101010101110010011000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DED; }

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

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

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

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

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

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

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

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