#F580E3

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

Shades of Pale Magenta #F580E3

Tints of Pale Magenta #F580E3

Color information

#F580E3 (or 0xF580E3) is unknown color: approx Pale Magenta. HEX triplet: F5, 80 and E3. RGB value is (245,128,227). Sum of RGB (Red+Green+Blue) = 245+128+227=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F580E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580E3 is #0A7F1C. Grayscale: #ADADAD. Windows color (decimal): -687901 or 14909685. OLE color: 14909685.

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

Color convert

RGB245128227-
CMYK00.480.070.04
HSL309.23º85.4%73.14%-
HSV(B)309.23º47.76%96.08%-
XYZ59.2440.477.35-
YUV174.27157.76178.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 128 (50.39% from 255) = 21.33%
BLUE value IS 227 (89.06% from 255) = 37.83%
R=40.83%
G=21.33%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512822700.480.070.04309.2385.473.14
HexF580E3030741355549
Octal36520034306074465125111
Binary111101011000000011100011011000011110010011010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580E3; }

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

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

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

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

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

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

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

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