#F585E0

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

Shades of Pale Magenta #F585E0

Tints of Pale Magenta #F585E0

Color information

#F585E0 (or 0xF585E0) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and E0. RGB value is (245,133,224). Sum of RGB (Red+Green+Blue) = 245+133+224=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F585E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585E0 is #0A7A1F. Grayscale: #B0B0B0. Windows color (decimal): -686624 or 14714357. OLE color: 14714357.

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

Color convert

RGB245133224-
CMYK00.460.090.04
HSL311.25º84.85%74.12%-
HSV(B)311.25º45.71%96.08%-
XYZ59.541.5775.41-
YUV176.86154.61176.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=40.70%
G=22.09%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513322400.460.090.04311.2584.8574.12
HexF585E002E94137554a
Octal365205340056114467125112
Binary1111010110000101111000000101110100110010011011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585E0; }

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

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

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

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

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

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

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

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