#F586FA

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

Shades of Violet #F586FA

Tints of Violet #F586FA

Color information

#F586FA (or 0xF586FA) is unknown color: approx Violet. HEX triplet: F5, 86 and FA. RGB value is (245,134,250). Sum of RGB (Red+Green+Blue) = 245+134+250=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 134 (52.73% from 255 or 21.30% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #F586FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586FA is #0A7905. Grayscale: #B4B4B4. Windows color (decimal): -686342 or 16418549. OLE color: 16418549.

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

Color convert

RGB245134250-
CMYK0.020.4600.02
HSL297.41º92.06%75.29%-
HSV(B)297.41º46.4%98.04%-
XYZ63.4443.3695.47-
YUV180.41167.27174.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 134 (52.73% from 255) = 21.30%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=38.95%
G=21.30%
B=39.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451342500.020.4600.02297.4192.0675.29
HexF586FA22E021295c4b
Octal36520637225602451134113
Binary1111010110000110111110101010111001010010100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586FA; }

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

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

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

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

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

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

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

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