Html Css Color HEX #EF60F8 Pink Flamingo

📋 copy color: '#EF60F8'

red 239 ◦ green 96 ◦ blue 248

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

Shades of Pink Flamingo #EF60F8

Tints of Pink Flamingo #EF60F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.54%

R = 40.99%
G = 16.47%
B = 42.54%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF60F8 (or 0xEF60F8) is known color: Pink Flamingo. HEX triplet: EF, 60 and F8. RGB value is (239,96,248). Sum of RGB (Red+Green+Blue) = 239+96+248=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF60F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60F8 is #109F07. Grayscale: #9B9B9B. Windows color (decimal): -1089288 or 16277743. OLE color: 16277743.

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

Color convert

RGB 239 96 248 -
CMYK 0.04 0.61 0 0.03
HSL 296.45º 0.92% 0.67% -
HSV(B) 296.45º 0.61% 0.97% -
XYZ 56.72 33.49 92.28 -
YUV 156.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 239 96 248 0.04 0.61 0 0.03 296.45 0.92 0.67
Hex EF 60 F8 4 3D 0 3 128 5C 43
Octal 357 140 370 4 75 0 3 450 134 103
Binary 11101111 1100000 11111000 100 111101 0 11 100101000 1011100 1000011

Color Harmonies of #EF60F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60F8

Black with #EF60F8

Text Example


Text Example

White with #EF60F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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