#F594FD

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

Shades of Violet #F594FD

Tints of Violet #F594FD

Color information

#F594FD (or 0xF594FD) is unknown color: approx Violet. HEX triplet: F5, 94 and FD. RGB value is (245,148,253). Sum of RGB (Red+Green+Blue) = 245+148+253=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 148 (58.20% from 255 or 22.91% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #F594FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594FD is #0A6B02. Grayscale: #BCBCBC. Windows color (decimal): -682755 or 16618741. OLE color: 16618741.

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

Color convert

RGB245148253-
CMYK0.030.4200.01
HSL295.43º96.33%78.63%-
HSV(B)295.43º41.5%99.22%-
XYZ65.9847.6898.66-
YUV188.97164.14167.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 148 (58.20% from 255) = 22.91%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=37.93%
G=22.91%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451482530.030.4200.01295.4396.3378.63
HexF594FD32A01127604f
Octal36522437535201447140117
Binary111101011001010011111101111010100110010011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594FD; }

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

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

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

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

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

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

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

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