Html Css Color HEX #EF40F9 Pink Flamingo

📋 copy color: '#EF40F9'

red 239 ◦ green 64 ◦ blue 249

#EF40F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #EF40F9

Tints of Pink Flamingo #EF40F9

RGB

 RED value IS 239 (93.75% from 255) = 43.3%

 GREEN value IS 64 (25.39% from 255) = 11.59%

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 43.3%
G = 11.59%
B = 45.11%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF40F9 (or 0xEF40F9) is known color: Pink Flamingo. HEX triplet: EF, 40 and F9. RGB value is (239,64,249). Sum of RGB (Red+Green+Blue) = 239+64+249=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40F9 is #10BF06. Grayscale: #888888. Windows color (decimal): -1097479 or 16335087. OLE color: 16335087.

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

Color convert

RGB 239 64 249 -
CMYK 0.04 0.74 0 0.02
HSL 296.76º 0.94% 0.61% -
HSV(B) 296.76º 0.74% 0.98% -
XYZ 54.53 28.86 92.32 -
YUV 137.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 239 64 249 0.04 0.74 0 0.02 296.76 0.94 0.61
Hex EF 40 F9 4 4A 0 2 129 5E 3D
Octal 357 100 371 4 112 0 2 451 136 75
Binary 11101111 1000000 11111001 100 1001010 0 10 100101001 1011110 111101

Color Harmonies of #EF40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40F9

Black with #EF40F9

Text Example


Text Example

White with #EF40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40F9; }

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

 H1.HeaderClassName
 {
   color: #EF40F9;
 }
 .AnyTagClassName
 {
   color: #EF40F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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