#F59DF5

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

Shades of Violet #F59DF5

Tints of Violet #F59DF5

Color information

#F59DF5 (or 0xF59DF5) is unknown color: approx Violet. HEX triplet: F5, 9D and F5. RGB value is (245,157,245). Sum of RGB (Red+Green+Blue) = 245+157+245=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F59DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DF5 is #0A620A. Grayscale: #C1C1C1. Windows color (decimal): -680459 or 16096757. OLE color: 16096757.

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

Color convert

RGB245157245-
CMYK00.3600.04
HSL300º81.48%78.82%-
HSV(B)300º35.92%96.08%-
XYZ66.1950.1292.57-
YUV193.34157.15164.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 157 (61.72% from 255) = 24.27%
BLUE value IS 245 (96.09% from 255) = 37.87%
R=37.87%
G=24.27%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515724500.3600.0430081.4878.82
HexF59DF50240412c514f
Octal36523536504404454121117
Binary1111010110011101111101010100100010010010110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DF5; }

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

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

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

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

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

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

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

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