#F565EC

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

Shades of Pink Flamingo #F565EC

Tints of Pink Flamingo #F565EC

Color information

#F565EC (or 0xF565EC) is unknown color: approx Pink Flamingo. HEX triplet: F5, 65 and EC. RGB value is (245,101,236). Sum of RGB (Red+Green+Blue) = 245+101+236=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F565EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565EC is #0A9A13. Grayscale: #9F9F9F. Windows color (decimal): -694804 or 15492597. OLE color: 15492597.

HSL color Cylindrical-coordinate representation of color #F565EC: hue angle of 303.75º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565EC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245101236-
CMYK00.590.040.04
HSL303.75º87.8%67.84%-
HSV(B)303.75º58.78%96.08%-
XYZ57.4534.7883.04-
YUV159.45171.21189.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.10%
GREEN value IS 101 (39.84% from 255) = 17.35%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=42.10%
G=17.35%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510123600.590.040.04303.7587.867.84
HexF565EC03B441305844
Octal36514535407344460130104
Binary11110101110010111101100011101110010010011000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565EC; }

 p { color: rgb(245,101,236); }

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

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

 a { background-color: rgb(245,101,236); }

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

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

 span { border-color: rgb(245,101,236); }

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