#EF66F3

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

Shades of Pink Flamingo #EF66F3

Tints of Pink Flamingo #EF66F3

Color information

#EF66F3 (or 0xEF66F3) is unknown color: approx Pink Flamingo. HEX triplet: EF, 66 and F3. RGB value is (239,102,243). Sum of RGB (Red+Green+Blue) = 239+102+243=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF66F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66F3 is #10990C. Grayscale: #9E9E9E. Windows color (decimal): -1087757 or 15951599. OLE color: 15951599.

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

Color convert

RGB239102243-
CMYK0.020.5800.05
HSL298.3º85.45%67.65%-
HSV(B)298.3º58.02%95.29%-
XYZ56.5334.3288.44-
YUV159.04175.39185.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 102 (40.23% from 255) = 17.47%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=40.92%
G=17.47%
B=41.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391022430.020.5800.05298.385.4567.65
HexEF66F323A0512a5544
Octal35714636327205452125104
Binary1110111111001101111001110111010010110010101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66F3; }

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

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

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

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

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

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

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

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