#FF56E8

Color #FF56E8 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FF56E8

Tints of Pink Flamingo #FF56E8

Color information

#FF56E8 (or 0xFF56E8) is unknown color: approx Pink Flamingo. HEX triplet: FF, 56 and E8. RGB value is (255,86,232). Sum of RGB (Red+Green+Blue) = 255+86+232=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56E8 is #00A917. Grayscale: #989898. Windows color (decimal): -43288 or 15226623. OLE color: 15226623.

HSL color Cylindrical-coordinate representation of color #FF56E8: hue angle of 308.17º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56E8 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB25586232-
CMYK00.660.090
HSL308.17º100%66.86%-
HSV(B)308.17º66.27%100%-
XYZ59.1333.7479.74-
YUV153.17172.49200.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 86 (33.98% from 255) = 15.01%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=44.50%
G=15.01%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558623200.660.090308.1710066.86
HexFF56E8042901346443
Octal3771263500102110464144103
Binary11111111101011011101000010000101001010011010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56E8; }

 p { color: rgb(255,86,232); }

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

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

 a { background-color: rgb(255,86,232); }

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

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

 span { border-color: rgb(255,86,232); }

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