#F58DF5

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

Shades of Violet #F58DF5

Tints of Violet #F58DF5

Color information

#F58DF5 (or 0xF58DF5) is unknown color: approx Violet. HEX triplet: F5, 8D and F5. RGB value is (245,141,245). Sum of RGB (Red+Green+Blue) = 245+141+245=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F58DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DF5 is #0A720A. Grayscale: #B7B7B7. Windows color (decimal): -684555 or 16092661. OLE color: 16092661.

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

Color convert

RGB245141245-
CMYK00.4200.04
HSL300º83.87%75.69%-
HSV(B)300º42.45%96.08%-
XYZ63.6645.0591.73-
YUV183.95162.46171.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 141 (55.47% from 255) = 22.35%
BLUE value IS 245 (96.09% from 255) = 38.83%
R=38.83%
G=22.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514124500.4200.0430083.8775.69
HexF58DF502A0412c544c
Octal36521536505204454124114
Binary1111010110001101111101010101010010010010110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DF5; }

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

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

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

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

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

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

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

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