#F57BEA

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

Shades of Pale Magenta #F57BEA

Tints of Pale Magenta #F57BEA

Color information

#F57BEA (or 0xF57BEA) is unknown color: approx Pale Magenta. HEX triplet: F5, 7B and EA. RGB value is (245,123,234). Sum of RGB (Red+Green+Blue) = 245+123+234=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 123 (48.44% from 255 or 20.43% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BEA is #0A8415. Grayscale: #ABABAB. Windows color (decimal): -689174 or 15367157. OLE color: 15367157.

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

Color convert

RGB245123234-
CMYK00.500.040.04
HSL305.41º85.92%72.16%-
HSV(B)305.41º49.8%96.08%-
XYZ59.5939.5282.33-
YUV172.13162.92179.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 123 (48.44% from 255) = 20.43%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=40.70%
G=20.43%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512323400.500.040.04305.4185.9272.16
HexF57BEA032441315648
Octal36517335206244461126110
Binary11110101111101111101010011001010010010011000110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BEA; }

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

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

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

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

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

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

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

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