Html Css Color HEX #EF60F5 Pink Flamingo

📋 copy color: '#EF60F5'

red 239 ◦ green 96 ◦ blue 245

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

Shades of Pink Flamingo #EF60F5

Tints of Pink Flamingo #EF60F5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.55%

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 41.21%
G = 16.55%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF60F5 (or 0xEF60F5) is known color: Pink Flamingo. HEX triplet: EF, 60 and F5. RGB value is (239,96,245). Sum of RGB (Red+Green+Blue) = 239+96+245=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF60F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60F5 is #109F0A. Grayscale: #9B9B9B. Windows color (decimal): -1089291 or 16081135. OLE color: 16081135.

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

Color convert

RGB 239 96 245 -
CMYK 0.02 0.61 0 0.04
HSL 297.58º 0.88% 0.67% -
HSV(B) 297.58º 0.61% 0.96% -
XYZ 56.26 33.31 89.85 -
YUV 155.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 239 96 245 0.02 0.61 0 0.04 297.58 0.88 0.67
Hex EF 60 F5 2 3D 0 4 12A 58 43
Octal 357 140 365 2 75 0 4 452 130 103
Binary 11101111 1100000 11110101 10 111101 0 100 100101010 1011000 1000011

Color Harmonies of #EF60F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60F5

Black with #EF60F5

Text Example


Text Example

White with #EF60F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60F5; }

 p { color: rgb(239,96,245); }

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

background-color css

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

 a { background-color: rgb(239,96,245); }

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

border-color css

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

 span { border-color: rgb(239,96,245); }

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