#F586ED

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

Shades of Violet #F586ED

Tints of Violet #F586ED

Color information

#F586ED (or 0xF586ED) is unknown color: approx Violet. HEX triplet: F5, 86 and ED. RGB value is (245,134,237). Sum of RGB (Red+Green+Blue) = 245+134+237=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F586ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586ED is #0A7912. Grayscale: #B2B2B2. Windows color (decimal): -686355 or 15566581. OLE color: 15566581.

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

Color convert

RGB245134237-
CMYK00.450.030.04
HSL304.32º84.73%74.31%-
HSV(B)304.32º45.31%96.08%-
XYZ61.4742.5885.1-
YUV178.93160.77175.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=39.77%
G=21.75%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513423700.450.030.04304.3284.7374.31
HexF586ED02D34130554a
Octal36520635505534460125112
Binary11110101100001101110110101011011110010011000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586ED; }

 p { color: rgb(245,134,237); }

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

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

 a { background-color: rgb(245,134,237); }

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

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

 span { border-color: rgb(245,134,237); }

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