#F58BE2

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

Shades of Pale Magenta #F58BE2

Tints of Pale Magenta #F58BE2

Color information

#F58BE2 (or 0xF58BE2) is unknown color: approx Pale Magenta. HEX triplet: F5, 8B and E2. RGB value is (245,139,226). Sum of RGB (Red+Green+Blue) = 245+139+226=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BE2 is #0A741D. Grayscale: #B4B4B4. Windows color (decimal): -685086 or 14846965. OLE color: 14846965.

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

Color convert

RGB245139226-
CMYK00.430.080.04
HSL310.75º84.13%75.29%-
HSV(B)310.75º43.27%96.08%-
XYZ60.6243.3777.13-
YUV180.61153.62173.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 139 (54.69% from 255) = 22.79%
BLUE value IS 226 (88.67% from 255) = 37.05%
R=40.16%
G=22.79%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513922600.430.080.04310.7584.1375.29
HexF58BE202B84137544b
Octal365213342053104467124113
Binary1111010110001011111000100101011100010010011011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BE2; }

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

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

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

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

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

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

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

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