#F364EF

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

Shades of Pink Flamingo #F364EF

Tints of Pink Flamingo #F364EF

Color information

#F364EF (or 0xF364EF) is unknown color: approx Pink Flamingo. HEX triplet: F3, 64 and EF. RGB value is (243,100,239). Sum of RGB (Red+Green+Blue) = 243+100+239=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F364EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364EF is #0C9B10. Grayscale: #9E9E9E. Windows color (decimal): -826129 or 15688947. OLE color: 15688947.

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

Color convert

RGB243100239-
CMYK00.590.020.05
HSL301.68º85.63%67.25%-
HSV(B)301.68º58.85%95.29%-
XYZ57.134.485.29-
YUV158.6173.38188.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 100 (39.45% from 255) = 17.18%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=41.75%
G=17.18%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310023900.590.020.05301.6885.6367.25
HexF364EF03B2512e5643
Octal36314435707325456126103
Binary1111001111001001110111101110111010110010111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F364EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F364EF; }

 p { color: rgb(243,100,239); }

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

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

 a { background-color: rgb(243,100,239); }

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

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

 span { border-color: rgb(243,100,239); }

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