#F594FE

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

Shades of Violet #F594FE

Tints of Violet #F594FE

Color information

#F594FE (or 0xF594FE) is unknown color: approx Violet. HEX triplet: F5, 94 and FE. RGB value is (245,148,254). Sum of RGB (Red+Green+Blue) = 245+148+254=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F594FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594FE is #0A6B01. Grayscale: #BCBCBC. Windows color (decimal): -682754 or 16684277. OLE color: 16684277.

HSL color Cylindrical-coordinate representation of color #F594FE: hue angle of 294.91º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F594FE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245148254-
CMYK0.040.4200.00
HSL294.91º98.15%78.82%-
HSV(B)294.91º41.73%99.61%-
XYZ66.1447.7599.5-
YUV189.09164.64167.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 148 (58.20% from 255) = 22.87%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=37.87%
G=22.87%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451482540.040.4200.00294.9198.1578.82
HexF594FE42A00127624f
Octal36522437645200447142117
Binary1111010110010100111111101001010100010010011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594FE; }

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

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

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

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

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

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

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

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