#F585FA

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

Shades of Violet #F585FA

Tints of Violet #F585FA

Color information

#F585FA (or 0xF585FA) is unknown color: approx Violet. HEX triplet: F5, 85 and FA. RGB value is (245,133,250). Sum of RGB (Red+Green+Blue) = 245+133+250=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #F585FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585FA is #0A7A05. Grayscale: #B3B3B3. Windows color (decimal): -686598 or 16418293. OLE color: 16418293.

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

Color convert

RGB245133250-
CMYK0.020.4700.02
HSL297.44º92.13%75.1%-
HSV(B)297.44º46.8%98.04%-
XYZ63.343.0995.42-
YUV179.83167.61174.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 133 (52.34% from 255) = 21.18%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=39.01%
G=21.18%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451332500.020.4700.02297.4492.1375.1
HexF585FA22F021295c4b
Octal36520537225702451134113
Binary1111010110000101111110101010111101010010100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585FA; }

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

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

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

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

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

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

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

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