#EF61F9

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

Shades of Pink Flamingo #EF61F9

Tints of Pink Flamingo #EF61F9

Color information

#EF61F9 (or 0xEF61F9) is unknown color: approx Pink Flamingo. HEX triplet: EF, 61 and F9. RGB value is (239,97,249). Sum of RGB (Red+Green+Blue) = 239+97+249=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF61F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61F9 is #109E06. Grayscale: #9C9C9C. Windows color (decimal): -1089031 or 16343535. OLE color: 16343535.

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

Color convert

RGB23997249-
CMYK0.040.6100.02
HSL296.05º92.68%67.84%-
HSV(B)296.05º61.04%97.65%-
XYZ56.9733.7493.13-
YUV156.79180.04186.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 97 (38.28% from 255) = 16.58%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=40.85%
G=16.58%
B=42.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239972490.040.6100.02296.0592.6867.84
HexEF61F943D021285d44
Octal35714137147502450135104
Binary1110111111000011111100110011110101010010100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61F9; }

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

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

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

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

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

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

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

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