#F585EC

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

Shades of Violet #F585EC

Tints of Violet #F585EC

Color information

#F585EC (or 0xF585EC) is unknown color: approx Violet. HEX triplet: F5, 85 and EC. RGB value is (245,133,236). Sum of RGB (Red+Green+Blue) = 245+133+236=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F585EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585EC is #0A7A13. Grayscale: #B1B1B1. Windows color (decimal): -686612 or 15500789. OLE color: 15500789.

HSL color Cylindrical-coordinate representation of color #F585EC: hue angle of 304.82º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245133236-
CMYK00.460.040.04
HSL304.82º84.85%74.12%-
HSV(B)304.82º45.71%96.08%-
XYZ61.1842.2484.29-
YUV178.23160.61175.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 133 (52.34% from 255) = 21.66%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=39.90%
G=21.66%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513323600.460.040.04304.8284.8574.12
HexF585EC02E44131554a
Octal36520535405644461125112
Binary111101011000010111101100010111010010010011000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585EC; }

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

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

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

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

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

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

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

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