#F586FD

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

Shades of Violet #F586FD

Tints of Violet #F586FD

Color information

#F586FD (or 0xF586FD) is unknown color: approx Violet. HEX triplet: F5, 86 and FD. RGB value is (245,134,253). Sum of RGB (Red+Green+Blue) = 245+134+253=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 134 (52.73% from 255 or 21.20% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #F586FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586FD is #0A7902. Grayscale: #B4B4B4. Windows color (decimal): -686339 or 16615157. OLE color: 16615157.

HSL color Cylindrical-coordinate representation of color #F586FD: hue angle of 295.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F586FD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245134253-
CMYK0.030.4700.01
HSL295.97º96.75%75.88%-
HSV(B)295.97º47.04%99.22%-
XYZ63.9143.5597.97-
YUV180.76168.77173.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 21.20%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=38.77%
G=21.20%
B=40.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451342530.030.4700.01295.9796.7575.88
HexF586FD32F01128614c
Octal36520637535701450141114
Binary111101011000011011111101111011110110010100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586FD; }

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

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

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

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

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

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

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

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