#F580ED

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

Shades of Violet #F580ED

Tints of Violet #F580ED

Color information

#F580ED (or 0xF580ED) is unknown color: approx Violet. HEX triplet: F5, 80 and ED. RGB value is (245,128,237). Sum of RGB (Red+Green+Blue) = 245+128+237=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F580ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580ED is #0A7F12. Grayscale: #AFAFAF. Windows color (decimal): -687891 or 15565045. OLE color: 15565045.

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

Color convert

RGB245128237-
CMYK00.480.030.04
HSL304.1º85.4%73.14%-
HSV(B)304.1º47.76%96.08%-
XYZ60.6640.9784.83-
YUV175.41162.76177.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 128 (50.39% from 255) = 20.98%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=40.16%
G=20.98%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512823700.480.030.04304.185.473.14
HexF580ED030341305549
Octal36520035506034460125111
Binary11110101100000001110110101100001110010011000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580ED; }

 p { color: rgb(245,128,237); }

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

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

 a { background-color: rgb(245,128,237); }

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

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

 span { border-color: rgb(245,128,237); }

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