#F45CED

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

Shades of Pink Flamingo #F45CED

Tints of Pink Flamingo #F45CED

Color information

#F45CED (or 0xF45CED) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5C and ED. RGB value is (244,92,237). Sum of RGB (Red+Green+Blue) = 244+92+237=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CED is #0BA312. Grayscale: #999999. Windows color (decimal): -762643 or 15555828. OLE color: 15555828.

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

Color convert

RGB24492237-
CMYK00.620.030.04
HSL302.76º87.36%65.88%-
HSV(B)302.76º62.3%95.69%-
XYZ56.423383.52-
YUV153.98174.86192.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.58%
GREEN value IS 92 (36.33% from 255) = 16.06%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=42.58%
G=16.06%
B=41.36%

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
Decimal2449223700.620.030.04302.7687.3665.88
HexF45CED03E3412f5742
Octal36413435507634457127102
Binary1111010010111001110110101111101110010010111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45CED; }

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

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

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

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

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

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

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

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