#F580E6

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

Shades of Pale Magenta #F580E6

Tints of Pale Magenta #F580E6

Color information

#F580E6 (or 0xF580E6) is unknown color: approx Pale Magenta. HEX triplet: F5, 80 and E6. RGB value is (245,128,230). Sum of RGB (Red+Green+Blue) = 245+128+230=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F580E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580E6 is #0A7F19. Grayscale: #AEAEAE. Windows color (decimal): -687898 or 15106293. OLE color: 15106293.

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

Color convert

RGB245128230-
CMYK00.480.060.04
HSL307.69º85.4%73.14%-
HSV(B)307.69º47.76%96.08%-
XYZ59.6640.5679.55-
YUV174.61159.26178.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 128 (50.39% from 255) = 21.23%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=40.63%
G=21.23%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512823000.480.060.04307.6985.473.14
HexF580E6030641345549
Octal36520034606064464125111
Binary111101011000000011100110011000011010010011010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580E6; }

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

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

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

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

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

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

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

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