#F586F2

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

Shades of Violet #F586F2

Tints of Violet #F586F2

Color information

#F586F2 (or 0xF586F2) is unknown color: approx Violet. HEX triplet: F5, 86 and F2. RGB value is (245,134,242). Sum of RGB (Red+Green+Blue) = 245+134+242=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F586F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586F2 is #0A790D. Grayscale: #B3B3B3. Windows color (decimal): -686350 or 15894261. OLE color: 15894261.

HSL color Cylindrical-coordinate representation of color #F586F2: hue angle of 301.62º 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 #F586F2 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245134242-
CMYK00.450.010.04
HSL301.62º84.73%74.31%-
HSV(B)301.62º45.31%96.08%-
XYZ62.2142.8789-
YUV179.5163.27174.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 134 (52.73% from 255) = 21.58%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=39.45%
G=21.58%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513424200.450.010.04301.6284.7374.31
HexF586F202D1412e554a
Octal36520636205514456125112
Binary1111010110000110111100100101101110010010111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586F2; }

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

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

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

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

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

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

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

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