#F585FD

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

Shades of Violet #F585FD

Tints of Violet #F585FD

Color information

#F585FD (or 0xF585FD) is unknown color: approx Violet. HEX triplet: F5, 85 and FD. RGB value is (245,133,253). Sum of RGB (Red+Green+Blue) = 245+133+253=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F585FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585FD is #0A7A02. Grayscale: #B3B3B3. Windows color (decimal): -686595 or 16614901. OLE color: 16614901.

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

Color convert

RGB245133253-
CMYK0.030.4700.01
HSL296º96.77%75.69%-
HSV(B)296º47.43%99.22%-
XYZ63.7743.2897.92-
YUV180.17169.11174.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 133 (52.34% from 255) = 21.08%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=38.83%
G=21.08%
B=40.10%

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
Decimal2451332530.030.4700.0129696.7775.69
HexF585FD32F01128614c
Octal36520537535701450141114
Binary111101011000010111111101111011110110010100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585FD; }

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

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

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

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

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

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

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

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