#F56AEA

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

Shades of Pink Flamingo #F56AEA

Tints of Pink Flamingo #F56AEA

Color information

#F56AEA (or 0xF56AEA) is unknown color: approx Pink Flamingo. HEX triplet: F5, 6A and EA. RGB value is (245,106,234). Sum of RGB (Red+Green+Blue) = 245+106+234=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AEA is #0A9515. Grayscale: #A1A1A1. Windows color (decimal): -693526 or 15362805. OLE color: 15362805.

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

Color convert

RGB245106234-
CMYK00.570.040.04
HSL304.75º87.42%68.82%-
HSV(B)304.75º56.73%96.08%-
XYZ57.6635.6681.69-
YUV162.15168.55187.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 106 (41.80% from 255) = 18.12%
BLUE value IS 234 (91.80% from 255) = 40%
R=41.88%
G=18.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510623400.570.040.04304.7587.4268.82
HexF56AEA039441315745
Octal36515235207144461127105
Binary11110101110101011101010011100110010010011000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56AEA; }

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

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

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

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

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

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

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

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