#F45AEE

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

Shades of Pink Flamingo #F45AEE

Tints of Pink Flamingo #F45AEE

Color information

#F45AEE (or 0xF45AEE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5A and EE. RGB value is (244,90,238). Sum of RGB (Red+Green+Blue) = 244+90+238=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AEE is #0BA511. Grayscale: #989898. Windows color (decimal): -763154 or 15620852. OLE color: 15620852.

HSL color Cylindrical-coordinate representation of color #F45AEE: hue angle of 302.34º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AEE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24490238-
CMYK00.630.020.04
HSL302.34º87.5%65.49%-
HSV(B)302.34º63.11%95.69%-
XYZ56.432.7284.23-
YUV152.92176.02192.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 90 (35.55% from 255) = 15.73%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=42.66%
G=15.73%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449023800.630.020.04302.3487.565.49
HexF45AEE03F2412e5841
Octal36413235607724456130101
Binary1111010010110101110111001111111010010010111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45AEE; }

 p { color: rgb(244,90,238); }

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

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

 a { background-color: rgb(244,90,238); }

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

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

 span { border-color: rgb(244,90,238); }

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