#F56BE7

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

Shades of Pale Magenta #F56BE7

Tints of Pale Magenta #F56BE7

Color information

#F56BE7 (or 0xF56BE7) is unknown color: approx Pale Magenta. HEX triplet: F5, 6B and E7. RGB value is (245,107,231). Sum of RGB (Red+Green+Blue) = 245+107+231=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BE7 is #0A9418. Grayscale: #A2A2A2. Windows color (decimal): -693273 or 15166453. OLE color: 15166453.

HSL color Cylindrical-coordinate representation of color #F56BE7: hue angle of 306.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BE7 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB245107231-
CMYK00.560.060.04
HSL306.09º87.34%69.02%-
HSV(B)306.09º56.33%96.08%-
XYZ57.3435.779.47-
YUV162.4166.72186.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 107 (42.19% from 255) = 18.35%
BLUE value IS 231 (90.62% from 255) = 39.62%
R=42.02%
G=18.35%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510723100.560.060.04306.0987.3469.02
HexF56BE7038641325745
Octal36515334707064462127105
Binary11110101110101111100111011100011010010011001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BE7; }

 p { color: rgb(245,107,231); }

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

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

 a { background-color: rgb(245,107,231); }

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

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

 span { border-color: rgb(245,107,231); }

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