#F45DED

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

Shades of Pink Flamingo #F45DED

Tints of Pink Flamingo #F45DED

Color information

#F45DED (or 0xF45DED) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5D and ED. RGB value is (244,93,237). Sum of RGB (Red+Green+Blue) = 244+93+237=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DED is #0BA212. Grayscale: #9A9A9A. Windows color (decimal): -762387 or 15556084. OLE color: 15556084.

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

Color convert

RGB24493237-
CMYK00.620.030.04
HSL302.78º87.28%66.08%-
HSV(B)302.78º61.89%95.69%-
XYZ56.5133.1883.55-
YUV154.56174.53191.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 93 (36.72% from 255) = 16.20%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=42.51%
G=16.20%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449323700.620.030.04302.7887.2866.08
HexF45DED03E3412f5742
Octal36413535507634457127102
Binary1111010010111011110110101111101110010010111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DED; }

 p { color: rgb(244,93,237); }

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

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

 a { background-color: rgb(244,93,237); }

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

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

 span { border-color: rgb(244,93,237); }

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