Html Css Color HEX #EF63FC Pink Flamingo

📋 copy color: '#EF63FC'

red 239 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #EF63FC

Tints of Pink Flamingo #EF63FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.78%

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 40.51%
G = 16.78%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF63FC (or 0xEF63FC) is known color: Pink Flamingo. HEX triplet: EF, 63 and FC. RGB value is (239,99,252). Sum of RGB (Red+Green+Blue) = 239+99+252=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63FC is #109C03. Grayscale: #9D9D9D. Windows color (decimal): -1088516 or 16540655. OLE color: 16540655.

HSL color Cylindrical-coordinate representation of color #EF63FC: hue angle of 294.9º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF63FC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 99 252 -
CMYK 0.05 0.61 0 0.01
HSL 294.9º 0.96% 0.69% -
HSV(B) 294.9º 0.61% 0.99% -
XYZ 57.63 34.3 95.68 -
YUV 158.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 239 99 252 0.05 0.61 0 0.01 294.9 0.96 0.69
Hex EF 63 FC 5 3D 0 1 127 60 45
Octal 357 143 374 5 75 0 1 447 140 105
Binary 11101111 1100011 11111100 101 111101 0 1 100100111 1100000 1000101

Color Harmonies of #EF63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63FC

Black with #EF63FC

Text Example


Text Example

White with #EF63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63FC; }

 p { color: rgb(239,99,252); }

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

background-color css

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

 a { background-color: rgb(239,99,252); }

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

border-color css

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

 span { border-color: rgb(239,99,252); }

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