#F58CEA

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

Shades of Pale Magenta #F58CEA

Tints of Pale Magenta #F58CEA

Color information

#F58CEA (or 0xF58CEA) is unknown color: approx Pale Magenta. HEX triplet: F5, 8C and EA. RGB value is (245,140,234). Sum of RGB (Red+Green+Blue) = 245+140+234=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CEA is #0A7315. Grayscale: #B5B5B5. Windows color (decimal): -684822 or 15371509. OLE color: 15371509.

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

Color convert

RGB245140234-
CMYK00.430.040.04
HSL306.29º84%75.49%-
HSV(B)306.29º42.86%96.08%-
XYZ61.8944.1183.09-
YUV182.11157.29172.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 140 (55.08% from 255) = 22.62%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=39.58%
G=22.62%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514023400.430.040.04306.298475.49
HexF58CEA02B44132544b
Octal36521435205344462124113
Binary111101011000110011101010010101110010010011001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CEA; }

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

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

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

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

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

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

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

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