#FF44ED

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

Shades of Pink Flamingo #FF44ED

Tints of Pink Flamingo #FF44ED

Color information

#FF44ED (or 0xFF44ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 44 and ED. RGB value is (255,68,237). Sum of RGB (Red+Green+Blue) = 255+68+237=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF44ED is #00BB12. Grayscale: #8E8E8E. Windows color (decimal): -47891 or 15549695. OLE color: 15549695.

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

Color convert

RGB25568237-
CMYK00.730.070
HSL305.78º100%63.33%-
HSV(B)305.78º73.33%100%-
XYZ58.5931.5183.11-
YUV143.18180.95207.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 68 (26.95% from 255) = 12.14%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=45.54%
G=12.14%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556823700.730.070305.7810063.33
HexFF44ED04970132643f
Octal37710435501117046214477
Binary111111111000100111011010100100111101001100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44ED; }

 p { color: rgb(255,68,237); }

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

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

 a { background-color: rgb(255,68,237); }

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

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

 span { border-color: rgb(255,68,237); }

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