Html Css Color HEX #EF65F9 Pink Flamingo

📋 copy color: '#EF65F9'

red 239 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #EF65F9

Tints of Pink Flamingo #EF65F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.15%

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

R = 40.58%
G = 17.15%
B = 42.28%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF65F9 (or 0xEF65F9) is known color: Pink Flamingo. HEX triplet: EF, 65 and F9. RGB value is (239,101,249). Sum of RGB (Red+Green+Blue) = 239+101+249=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F9 is #109A06. Grayscale: #9E9E9E. Windows color (decimal): -1088007 or 16344559. OLE color: 16344559.

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

Color convert

RGB 239 101 249 -
CMYK 0.04 0.59 0 0.02
HSL 295.95º 0.93% 0.69% -
HSV(B) 295.95º 0.59% 0.98% -
XYZ 57.35 34.5 93.26 -
YUV 159.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 239 101 249 0.04 0.59 0 0.02 295.95 0.93 0.69
Hex EF 65 F9 4 3B 0 2 128 5C 45
Octal 357 145 371 4 73 0 2 450 134 105
Binary 11101111 1100101 11111001 100 111011 0 10 100101000 1011100 1000101

Color Harmonies of #EF65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65F9

Black with #EF65F9

Text Example


Text Example

White with #EF65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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