Html Css Color HEX #EF50F9 Pink Flamingo

📋 copy color: '#EF50F9'

red 239 ◦ green 80 ◦ blue 249

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

Shades of Pink Flamingo #EF50F9

Tints of Pink Flamingo #EF50F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.08%

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

R = 42.08%
G = 14.08%
B = 43.84%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF50F9 (or 0xEF50F9) is known color: Pink Flamingo. HEX triplet: EF, 50 and F9. RGB value is (239,80,249). Sum of RGB (Red+Green+Blue) = 239+80+249=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF50F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50F9 is #10AF06. Grayscale: #929292. Windows color (decimal): -1093383 or 16339183. OLE color: 16339183.

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

Color convert

RGB 239 80 249 -
CMYK 0.04 0.68 0 0.02
HSL 296.45º 0.93% 0.65% -
HSV(B) 296.45º 0.68% 0.98% -
XYZ 55.56 30.93 92.66 -
YUV 146.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 239 80 249 0.04 0.68 0 0.02 296.45 0.93 0.65
Hex EF 50 F9 4 44 0 2 128 5D 41
Octal 357 120 371 4 104 0 2 450 135 101
Binary 11101111 1010000 11111001 100 1000100 0 10 100101000 1011101 1000001

Color Harmonies of #EF50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50F9

Black with #EF50F9

Text Example


Text Example

White with #EF50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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