Html Css Color HEX #F764EC Pink Flamingo

📋 copy color: '#F764EC'

red 247 ◦ green 100 ◦ blue 236

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

Shades of Pink Flamingo #F764EC

Tints of Pink Flamingo #F764EC

RGB

 RED value IS 247 (96.88% from 255) = 42.37%

 GREEN value IS 100 (39.45% from 255) = 17.15%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 42.37%
G = 17.15%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F764EC (or 0xF764EC) is known color: Pink Flamingo. HEX triplet: F7, 64 and EC. RGB value is (247,100,236). Sum of RGB (Red+Green+Blue) = 247+100+236=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F764EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764EC is #089B13. Grayscale: #9F9F9F. Windows color (decimal): -563988 or 15492343. OLE color: 15492343.

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

Color convert

RGB 247 100 236 -
CMYK 0 0.60 0.04 0.03
HSL 304.49º 0.9% 0.68% -
HSV(B) 304.49º 0.6% 0.97% -
XYZ 58.06 34.94 83.04 -
YUV 159.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 247 100 236 0 0.60 0.04 0.03 304.49 0.9 0.68
Hex F7 64 EC 0 3C 4 3 130 5A 44
Octal 367 144 354 0 74 4 3 460 132 104
Binary 11110111 1100100 11101100 0 111100 100 11 100110000 1011010 1000100

Color Harmonies of #F764EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764EC

Black with #F764EC

Text Example


Text Example

White with #F764EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764EC; }

 p { color: rgb(247,100,236); }

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

background-color css

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

 a { background-color: rgb(247,100,236); }

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

border-color css

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

 span { border-color: rgb(247,100,236); }

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