#F57BE5

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

Shades of Pale Magenta #F57BE5

Tints of Pale Magenta #F57BE5

Color information

#F57BE5 (or 0xF57BE5) is unknown color: approx Pale Magenta. HEX triplet: F5, 7B and E5. RGB value is (245,123,229). Sum of RGB (Red+Green+Blue) = 245+123+229=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BE5 is #0A841A. Grayscale: #ABABAB. Windows color (decimal): -689179 or 15039477. OLE color: 15039477.

HSL color Cylindrical-coordinate representation of color #F57BE5: hue angle of 307.87º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BE5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB245123229-
CMYK00.500.070.04
HSL307.87º85.92%72.16%-
HSV(B)307.87º49.8%96.08%-
XYZ58.8839.2478.6-
YUV171.56160.42180.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 123 (48.44% from 255) = 20.60%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=41.04%
G=20.60%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512322900.500.070.04307.8785.9272.16
HexF57BE5032741345648
Octal36517334506274464126110
Binary11110101111101111100101011001011110010011010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BE5; }

 p { color: rgb(245,123,229); }

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

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

 a { background-color: rgb(245,123,229); }

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

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

 span { border-color: rgb(245,123,229); }

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