#F583EA

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

Shades of Pale Magenta #F583EA

Tints of Pale Magenta #F583EA

Color information

#F583EA (or 0xF583EA) is unknown color: approx Pale Magenta. HEX triplet: F5, 83 and EA. RGB value is (245,131,234). Sum of RGB (Red+Green+Blue) = 245+131+234=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F583EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F583EA is #0A7C15. Grayscale: #B0B0B0. Windows color (decimal): -687126 or 15369205. OLE color: 15369205.

HSL color Cylindrical-coordinate representation of color #F583EA: hue angle of 305.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583EA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245131234-
CMYK00.470.040.04
HSL305.79º85.07%73.73%-
HSV(B)305.79º46.53%96.08%-
XYZ60.6241.5982.67-
YUV176.83160.27176.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 131 (51.56% from 255) = 21.48%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=40.16%
G=21.48%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513123400.470.040.04305.7985.0773.73
HexF583EA02F44132554a
Octal36520335205744462125112
Binary111101011000001111101010010111110010010011001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F583EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F583EA; }

 p { color: rgb(245,131,234); }

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

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

 a { background-color: rgb(245,131,234); }

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

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

 span { border-color: rgb(245,131,234); }

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