#F590FA

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

Shades of Violet #F590FA

Tints of Violet #F590FA

Color information

#F590FA (or 0xF590FA) is unknown color: approx Violet. HEX triplet: F5, 90 and FA. RGB value is (245,144,250). Sum of RGB (Red+Green+Blue) = 245+144+250=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F590FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590FA is #0A6F05. Grayscale: #B9B9B9. Windows color (decimal): -683782 or 16421109. OLE color: 16421109.

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

Color convert

RGB245144250-
CMYK0.020.4200.02
HSL297.17º91.38%77.25%-
HSV(B)297.17º42.4%98.04%-
XYZ64.8846.2695.95-
YUV186.28163.96169.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 144 (56.64% from 255) = 22.54%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=38.34%
G=22.54%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451442500.020.4200.02297.1791.3877.25
HexF590FA22A021295b4d
Octal36522037225202451133115
Binary1111010110010000111110101010101001010010100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590FA; }

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

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

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

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

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

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

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

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