#F364EC

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

Shades of Pink Flamingo #F364EC

Tints of Pink Flamingo #F364EC

Color information

#F364EC (or 0xF364EC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 64 and EC. RGB value is (243,100,236). Sum of RGB (Red+Green+Blue) = 243+100+236=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F364EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364EC is #0C9B13. Grayscale: #9D9D9D. Windows color (decimal): -826132 or 15492339. OLE color: 15492339.

HSL color Cylindrical-coordinate representation of color #F364EC: hue angle of 302.94º 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 #F364EC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243100236-
CMYK00.590.030.05
HSL302.94º85.63%67.25%-
HSV(B)302.94º58.85%95.29%-
XYZ56.6634.2382.98-
YUV158.26171.88188.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 100 (39.45% from 255) = 17.27%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=41.97%
G=17.27%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310023600.590.030.05302.9485.6367.25
HexF364EC03B3512f5643
Octal36314435407335457126103
Binary1111001111001001110110001110111110110010111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F364EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F364EC; }

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

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

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

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

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

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

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

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