#EF63F9

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

Shades of Pink Flamingo #EF63F9

Tints of Pink Flamingo #EF63F9

Color information

#EF63F9 (or 0xEF63F9) is unknown color: approx Pink Flamingo. HEX triplet: EF, 63 and F9. RGB value is (239,99,249). Sum of RGB (Red+Green+Blue) = 239+99+249=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF63F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63F9 is #109C06. Grayscale: #9D9D9D. Windows color (decimal): -1088519 or 16344047. OLE color: 16344047.

HSL color Cylindrical-coordinate representation of color #EF63F9: hue angle of 296º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF63F9 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23999249-
CMYK0.040.6000.02
HSL296º92.59%68.24%-
HSV(B)296º60.24%97.65%-
XYZ57.1634.1193.19-
YUV157.96179.38185.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 99 (39.06% from 255) = 16.87%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=40.72%
G=16.87%
B=42.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239992490.040.6000.0229692.5968.24
HexEF63F943C021285d44
Octal35714337147402450135104
Binary1110111111000111111100110011110001010010100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF63F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF63F9; }

 p { color: rgb(239,99,249); }

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

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

 a { background-color: rgb(239,99,249); }

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

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

 span { border-color: rgb(239,99,249); }

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