#F594FA

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

Shades of Violet #F594FA

Tints of Violet #F594FA

Color information

#F594FA (or 0xF594FA) is unknown color: approx Violet. HEX triplet: F5, 94 and FA. RGB value is (245,148,250). Sum of RGB (Red+Green+Blue) = 245+148+250=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F594FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594FA is #0A6B05. Grayscale: #BCBCBC. Windows color (decimal): -682758 or 16422133. OLE color: 16422133.

HSL color Cylindrical-coordinate representation of color #F594FA: hue angle of 297.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F594FA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245148250-
CMYK0.020.4100.02
HSL297.06º91.07%78.04%-
HSV(B)297.06º40.8%98.04%-
XYZ65.547.4996.16-
YUV188.63162.64168.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=38.10%
G=23.02%
B=38.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451482500.020.4100.02297.0691.0778.04
HexF594FA229021295b4e
Octal36522437225102451133116
Binary1111010110010100111110101010100101010010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594FA; }

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

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

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

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

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

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

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

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