Html Css Color HEX #EF65F7 Pink Flamingo

📋 copy color: '#EF65F7'

red 239 ◦ green 101 ◦ blue 247

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

Shades of Pink Flamingo #EF65F7

Tints of Pink Flamingo #EF65F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.08%

R = 40.72%
G = 17.21%
B = 42.08%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF65F7 (or 0xEF65F7) is known color: Pink Flamingo. HEX triplet: EF, 65 and F7. RGB value is (239,101,247). Sum of RGB (Red+Green+Blue) = 239+101+247=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF65F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F7 is #109A08. Grayscale: #9E9E9E. Windows color (decimal): -1088009 or 16213487. OLE color: 16213487.

HSL color Cylindrical-coordinate representation of color #EF65F7: hue angle of 296.71º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF65F7 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 101 247 -
CMYK 0.03 0.59 0 0.03
HSL 296.71º 0.9% 0.68% -
HSV(B) 296.71º 0.59% 0.97% -
XYZ 57.04 34.37 91.62 -
YUV 158.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 239 101 247 0.03 0.59 0 0.03 296.71 0.9 0.68
Hex EF 65 F7 3 3B 0 3 129 5A 44
Octal 357 145 367 3 73 0 3 451 132 104
Binary 11101111 1100101 11110111 11 111011 0 11 100101001 1011010 1000100

Color Harmonies of #EF65F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65F7

Black with #EF65F7

Text Example


Text Example

White with #EF65F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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