#F585F1

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

Shades of Violet #F585F1

Tints of Violet #F585F1

Color information

#F585F1 (or 0xF585F1) is unknown color: approx Violet. HEX triplet: F5, 85 and F1. RGB value is (245,133,241). Sum of RGB (Red+Green+Blue) = 245+133+241=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F585F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585F1 is #0A7A0E. Grayscale: #B2B2B2. Windows color (decimal): -686607 or 15828469. OLE color: 15828469.

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

Color convert

RGB245133241-
CMYK00.460.020.04
HSL302.14º84.85%74.12%-
HSV(B)302.14º45.71%96.08%-
XYZ61.9242.5488.17-
YUV178.8163.11175.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 133 (52.34% from 255) = 21.49%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=39.58%
G=21.49%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513324100.460.020.04302.1484.8574.12
HexF585F102E2412e554a
Octal36520536105624456125112
Binary11110101100001011111000101011101010010010111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585F1; }

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

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

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

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

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

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

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

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