#f369ec

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

Shades of Pink Flamingo #F369EC

Tints of Pink Flamingo #F369EC

Color information

#F369EC (or 0xF369EC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 69 and EC. RGB value is (243,105,236). Sum of RGB (Red+Green+Blue) = 243+105+236=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F369EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369EC is #0C9613. Grayscale: #A0A0A0. Windows color (decimal): -824852 or 15493619. OLE color: 15493619.

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

Color convert

RGB243105236-
CMYK00.570.030.05
HSL303.04º85.19%68.24%-
HSV(B)303.04º56.79%95.29%-
XYZ57.1535.2183.14-
YUV161.2170.22186.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 105 (41.41% from 255) = 17.98%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=41.61%
G=17.98%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310523600.570.030.05303.0485.1968.24
HexF369EC0393512f5544
Octal36315135407135457125104
Binary1111001111010011110110001110011110110010111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f369ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f369ec; }

 p { color: rgb(243,105,236); }

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

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

 a { background-color: rgb(243,105,236); }

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

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

 span { border-color: rgb(243,105,236); }

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