#F585F4

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

Shades of Violet #F585F4

Tints of Violet #F585F4

Color information

#F585F4 (or 0xF585F4) is unknown color: approx Violet. HEX triplet: F5, 85 and F4. RGB value is (245,133,244). Sum of RGB (Red+Green+Blue) = 245+133+244=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F585F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585F4 is #0A7A0B. Grayscale: #B2B2B2. Windows color (decimal): -686604 or 16025077. OLE color: 16025077.

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

Color convert

RGB245133244-
CMYK00.460.000.04
HSL300.54º84.85%74.12%-
HSV(B)300.54º45.71%96.08%-
XYZ62.3742.7290.55-
YUV179.14164.61174.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 133 (52.34% from 255) = 21.38%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=39.39%
G=21.38%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513324400.460.000.04300.5484.8574.12
HexF585F402E0412d554a
Octal36520536405604455125112
Binary1111010110000101111101000101110010010010110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585F4; }

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

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

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

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

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

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

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

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