#EF61FC

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

Shades of Pink Flamingo #EF61FC

Tints of Pink Flamingo #EF61FC

Color information

#EF61FC (or 0xEF61FC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 61 and FC. RGB value is (239,97,252). Sum of RGB (Red+Green+Blue) = 239+97+252=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF61FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61FC is #109E03. Grayscale: #9C9C9C. Windows color (decimal): -1089028 or 16540143. OLE color: 16540143.

HSL color Cylindrical-coordinate representation of color #EF61FC: hue angle of 294.97º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF61FC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23997252-
CMYK0.050.6200.01
HSL294.97º96.27%68.43%-
HSV(B)294.97º61.51%98.82%-
XYZ57.4433.9395.62-
YUV157.13181.54186.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 97 (38.28% from 255) = 16.50%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=40.65%
G=16.50%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239972520.050.6200.01294.9796.2768.43
HexEF61FC53E011276044
Octal35714137457601447140104
Binary111011111100001111111001011111100110010011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61FC; }

 p { color: rgb(239,97,252); }

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

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

 a { background-color: rgb(239,97,252); }

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

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

 span { border-color: rgb(239,97,252); }

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