#F454ED

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

Shades of Pink Flamingo #F454ED

Tints of Pink Flamingo #F454ED

Color information

#F454ED (or 0xF454ED) is unknown color: approx Pink Flamingo. HEX triplet: F4, 54 and ED. RGB value is (244,84,237). Sum of RGB (Red+Green+Blue) = 244+84+237=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F454ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454ED is #0BAB12. Grayscale: #949494. Windows color (decimal): -764691 or 15553780. OLE color: 15553780.

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

Color convert

RGB24484237-
CMYK00.660.030.04
HSL302.62º87.91%64.31%-
HSV(B)302.62º65.57%95.69%-
XYZ55.7631.6983.3-
YUV149.28177.51195.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 84 (33.20% from 255) = 14.87%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=43.19%
G=14.87%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448423700.660.030.04302.6287.9164.31
HexF454ED0423412f5840
Octal364124355010234457130100
Binary11110100101010011101101010000101110010010111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F454ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F454ED; }

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

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

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

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

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

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

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

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