#F590F0

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

Shades of Violet #F590F0

Tints of Violet #F590F0

Color information

#F590F0 (or 0xF590F0) is unknown color: approx Violet. HEX triplet: F5, 90 and F0. RGB value is (245,144,240). Sum of RGB (Red+Green+Blue) = 245+144+240=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F590F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590F0 is #0A6F0F. Grayscale: #B8B8B8. Windows color (decimal): -683792 or 15765749. OLE color: 15765749.

HSL color Cylindrical-coordinate representation of color #F590F0: hue angle of 302.97º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590F0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245144240-
CMYK00.410.020.04
HSL302.97º83.47%76.27%-
HSV(B)302.97º41.22%96.08%-
XYZ63.3645.6587.91-
YUV185.14158.96170.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 22.89%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=38.95%
G=22.89%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514424000.410.020.04302.9783.4776.27
HexF590F00292412f534c
Octal36522036005124457123114
Binary11110101100100001111000001010011010010010111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590F0; }

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

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

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

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

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

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

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

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