#F56BE2

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

Shades of Pale Magenta #F56BE2

Tints of Pale Magenta #F56BE2

Color information

#F56BE2 (or 0xF56BE2) is unknown color: approx Pale Magenta. HEX triplet: F5, 6B and E2. RGB value is (245,107,226). Sum of RGB (Red+Green+Blue) = 245+107+226=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BE2 is #0A941D. Grayscale: #A1A1A1. Windows color (decimal): -693278 or 14838773. OLE color: 14838773.

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

Color convert

RGB245107226-
CMYK00.560.080.04
HSL308.26º87.34%69.02%-
HSV(B)308.26º56.33%96.08%-
XYZ56.6435.4275.8-
YUV161.83164.22187.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 107 (42.19% from 255) = 18.51%
BLUE value IS 226 (88.67% from 255) = 39.10%
R=42.39%
G=18.51%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510722600.560.080.04308.2687.3469.02
HexF56BE2038841345745
Octal365153342070104464127105
Binary111101011101011111000100111000100010010011010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BE2; }

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

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

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

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

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

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

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

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