#F36AED

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

Shades of Pink Flamingo #F36AED

Tints of Pink Flamingo #F36AED

Color information

#F36AED (or 0xF36AED) is unknown color: approx Pink Flamingo. HEX triplet: F3, 6A and ED. RGB value is (243,106,237). Sum of RGB (Red+Green+Blue) = 243+106+237=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36AED is #0C9512. Grayscale: #A1A1A1. Windows color (decimal): -824595 or 15559411. OLE color: 15559411.

HSL color Cylindrical-coordinate representation of color #F36AED: hue angle of 302.63º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AED is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243106237-
CMYK00.560.020.05
HSL302.63º85.09%68.43%-
HSV(B)302.63º56.38%95.29%-
XYZ57.435.4883.94-
YUV161.9170.39185.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 106 (41.80% from 255) = 18.09%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=41.47%
G=18.09%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310623700.560.020.05302.6385.0968.43
HexF36AED0382512f5544
Octal36315235507025457125104
Binary1111001111010101110110101110001010110010111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36AED; }

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

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

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

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

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

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

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

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