#F58BEA

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

Shades of Pale Magenta #F58BEA

Tints of Pale Magenta #F58BEA

Color information

#F58BEA (or 0xF58BEA) is unknown color: approx Pale Magenta. HEX triplet: F5, 8B and EA. RGB value is (245,139,234). Sum of RGB (Red+Green+Blue) = 245+139+234=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BEA is #0A7415. Grayscale: #B5B5B5. Windows color (decimal): -685078 or 15371253. OLE color: 15371253.

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

Color convert

RGB245139234-
CMYK00.430.040.04
HSL306.23º84.13%75.29%-
HSV(B)306.23º43.27%96.08%-
XYZ61.7443.8283.05-
YUV181.52157.62173.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 139 (54.69% from 255) = 22.49%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=39.64%
G=22.49%
B=37.86%

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
Decimal24513923400.430.040.04306.2384.1375.29
HexF58BEA02B44132544b
Octal36521335205344462124113
Binary111101011000101111101010010101110010010011001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BEA; }

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

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

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

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

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

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

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

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