#F585E4

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

Shades of Pale Magenta #F585E4

Tints of Pale Magenta #F585E4

Color information

#F585E4 (or 0xF585E4) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and E4. RGB value is (245,133,228). Sum of RGB (Red+Green+Blue) = 245+133+228=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F585E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585E4 is #0A7A1B. Grayscale: #B1B1B1. Windows color (decimal): -686620 or 14976501. OLE color: 14976501.

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

Color convert

RGB245133228-
CMYK00.460.070.04
HSL309.11º84.85%74.12%-
HSV(B)309.11º45.71%96.08%-
XYZ60.0541.7978.3-
YUV177.32156.61176.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 21.95%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=40.43%
G=21.95%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513322800.460.070.04309.1184.8574.12
HexF585E402E74135554a
Octal36520534405674465125112
Binary111101011000010111100100010111011110010011010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585E4; }

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

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

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

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

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

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

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

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