#F465EC

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

Shades of Pink Flamingo #F465EC

Tints of Pink Flamingo #F465EC

Color information

#F465EC (or 0xF465EC) is unknown color: approx Pink Flamingo. HEX triplet: F4, 65 and EC. RGB value is (244,101,236). Sum of RGB (Red+Green+Blue) = 244+101+236=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F465EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465EC is #0B9A13. Grayscale: #9E9E9E. Windows color (decimal): -760340 or 15492596. OLE color: 15492596.

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

Color convert

RGB244101236-
CMYK00.590.030.04
HSL303.36º86.67%67.65%-
HSV(B)303.36º58.61%95.69%-
XYZ57.134.683.03-
YUV159.15171.38188.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 101 (39.84% from 255) = 17.38%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=42.00%
G=17.38%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410123600.590.030.04303.3686.6767.65
HexF465EC03B3412f5744
Octal36414535407334457127104
Binary1111010011001011110110001110111110010010111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F465EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F465EC; }

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

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

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

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

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

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

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

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