#F585E1

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

Shades of Pale Magenta #F585E1

Tints of Pale Magenta #F585E1

Color information

#F585E1 (or 0xF585E1) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and E1. RGB value is (245,133,225). Sum of RGB (Red+Green+Blue) = 245+133+225=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F585E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585E1 is #0A7A1E. Grayscale: #B0B0B0. Windows color (decimal): -686623 or 14779893. OLE color: 14779893.

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

Color convert

RGB245133225-
CMYK00.460.080.04
HSL310.71º84.85%74.12%-
HSV(B)310.71º45.71%96.08%-
XYZ59.6341.6276.13-
YUV176.98155.11176.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=40.63%
G=22.06%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513322500.460.080.04310.7184.8574.12
HexF585E102E84137554a
Octal365205341056104467125112
Binary1111010110000101111000010101110100010010011011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585E1; }

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

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

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

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

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

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

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

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