#F58DFD

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

Shades of Violet #F58DFD

Tints of Violet #F58DFD

Color information

#F58DFD (or 0xF58DFD) is unknown color: approx Violet. HEX triplet: F5, 8D and FD. RGB value is (245,141,253). Sum of RGB (Red+Green+Blue) = 245+141+253=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #F58DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFD is #0A7202. Grayscale: #B8B8B8. Windows color (decimal): -684547 or 16616949. OLE color: 16616949.

HSL color Cylindrical-coordinate representation of color #F58DFD: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58DFD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245141253-
CMYK0.030.4400.01
HSL295.71º96.55%77.25%-
HSV(B)295.71º44.27%99.22%-
XYZ64.9145.5598.3-
YUV184.86166.46170.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 141 (55.47% from 255) = 22.07%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=38.34%
G=22.07%
B=39.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451412530.030.4400.01295.7196.5577.25
HexF58DFD32C01128614d
Octal36521537535401450141115
Binary111101011000110111111101111011000110010100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DFD; }

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

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

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

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

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

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

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

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