#F58BE4

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

Shades of Pale Magenta #F58BE4

Tints of Pale Magenta #F58BE4

Color information

#F58BE4 (or 0xF58BE4) is unknown color: approx Pale Magenta. HEX triplet: F5, 8B and E4. RGB value is (245,139,228). Sum of RGB (Red+Green+Blue) = 245+139+228=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BE4 is #0A741B. Grayscale: #B4B4B4. Windows color (decimal): -685084 or 14978037. OLE color: 14978037.

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

Color convert

RGB245139228-
CMYK00.430.070.04
HSL309.62º84.13%75.29%-
HSV(B)309.62º43.27%96.08%-
XYZ60.8943.4878.58-
YUV180.84154.62173.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=40.03%
G=22.71%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513922800.430.070.04309.6284.1375.29
HexF58BE402B74136544b
Octal36521334405374466124113
Binary111101011000101111100100010101111110010011011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BE4; }

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

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

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

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

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

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

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

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