#F46AED

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

Shades of Pink Flamingo #F46AED

Tints of Pink Flamingo #F46AED

Color information

#F46AED (or 0xF46AED) is unknown color: approx Pink Flamingo. HEX triplet: F4, 6A and ED. RGB value is (244,106,237). Sum of RGB (Red+Green+Blue) = 244+106+237=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 106 (41.80% from 255 or 18.06% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F46AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F46AED is #0B9512. Grayscale: #A1A1A1. Windows color (decimal): -759059 or 15559412. OLE color: 15559412.

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

Color convert

RGB244106237-
CMYK00.570.030.04
HSL303.04º86.25%68.63%-
HSV(B)303.04º56.56%95.69%-
XYZ57.7535.6683.96-
YUV162.2170.22186.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 106 (41.80% from 255) = 18.06%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=41.57%
G=18.06%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410623700.570.030.04303.0486.2568.63
HexF46AED0393412f5645
Octal36415235507134457126105
Binary1111010011010101110110101110011110010010111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46AED; }

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

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

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

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

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

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

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

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