#F580F2

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

Shades of Violet #F580F2

Tints of Violet #F580F2

Color information

#F580F2 (or 0xF580F2) is unknown color: approx Violet. HEX triplet: F5, 80 and F2. RGB value is (245,128,242). Sum of RGB (Red+Green+Blue) = 245+128+242=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F580F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580F2 is #0A7F0D. Grayscale: #AFAFAF. Windows color (decimal): -687886 or 15892725. OLE color: 15892725.

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

Color convert

RGB245128242-
CMYK00.480.010.04
HSL301.54º85.4%73.14%-
HSV(B)301.54º47.76%96.08%-
XYZ61.441.2688.73-
YUV175.98165.26177.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 128 (50.39% from 255) = 20.81%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=39.84%
G=20.81%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512824200.480.010.04301.5485.473.14
HexF580F20301412e5549
Octal36520036206014456125111
Binary1111010110000000111100100110000110010010111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580F2; }

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

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

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

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

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

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

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

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