#F596FD

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

Shades of Violet #F596FD

Tints of Violet #F596FD

Color information

#F596FD (or 0xF596FD) is unknown color: approx Violet. HEX triplet: F5, 96 and FD. RGB value is (245,150,253). Sum of RGB (Red+Green+Blue) = 245+150+253=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #F596FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596FD is #0A6902. Grayscale: #BDBDBD. Windows color (decimal): -682243 or 16619253. OLE color: 16619253.

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

Color convert

RGB245150253-
CMYK0.030.4100.01
HSL295.34º96.26%79.02%-
HSV(B)295.34º40.71%99.22%-
XYZ66.2948.3298.76-
YUV190.15163.47167.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 150 (58.98% from 255) = 23.15%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=37.81%
G=23.15%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451502530.030.4100.01295.3496.2679.02
HexF596FD32901127604f
Octal36522637535101447140117
Binary111101011001011011111101111010010110010011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596FD; }

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

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

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

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

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

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

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

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