Html Css Color HEX #EF65F2 Pink Flamingo

📋 copy color: '#EF65F2'

red 239 ◦ green 101 ◦ blue 242

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

Shades of Pink Flamingo #EF65F2

Tints of Pink Flamingo #EF65F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.58%

R = 41.07%
G = 17.35%
B = 41.58%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF65F2 (or 0xEF65F2) is known color: Pink Flamingo. HEX triplet: EF, 65 and F2. RGB value is (239,101,242). Sum of RGB (Red+Green+Blue) = 239+101+242=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF65F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F2 is #109A0D. Grayscale: #9D9D9D. Windows color (decimal): -1088014 or 15885807. OLE color: 15885807.

HSL color Cylindrical-coordinate representation of color #EF65F2: hue angle of 298.72º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65F2 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 101 242 -
CMYK 0.01 0.58 0 0.05
HSL 298.72º 0.84% 0.67% -
HSV(B) 298.72º 0.58% 0.95% -
XYZ 56.28 34.07 87.61 -
YUV 158.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 239 101 242 0.01 0.58 0 0.05 298.72 0.84 0.67
Hex EF 65 F2 1 3A 0 5 12B 54 43
Octal 357 145 362 1 72 0 5 453 124 103
Binary 11101111 1100101 11110010 1 111010 0 101 100101011 1010100 1000011

Color Harmonies of #EF65F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65F2

Black with #EF65F2

Text Example


Text Example

White with #EF65F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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