Html Css Color HEX #F766EC Pink Flamingo

📋 copy color: '#F766EC'

red 247 ◦ green 102 ◦ blue 236

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

Shades of Pink Flamingo #F766EC

Tints of Pink Flamingo #F766EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.44%

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

R = 42.22%
G = 17.44%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F766EC (or 0xF766EC) is known color: Pink Flamingo. HEX triplet: F7, 66 and EC. RGB value is (247,102,236). Sum of RGB (Red+Green+Blue) = 247+102+236=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F766EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766EC is #089913. Grayscale: #A0A0A0. Windows color (decimal): -563476 or 15492855. OLE color: 15492855.

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

Color convert

RGB 247 102 236 -
CMYK 0 0.59 0.04 0.03
HSL 304.55º 0.9% 0.68% -
HSV(B) 304.55º 0.59% 0.97% -
XYZ 58.25 35.33 83.11 -
YUV 160.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 247 102 236 0 0.59 0.04 0.03 304.55 0.9 0.68
Hex F7 66 EC 0 3B 4 3 131 5A 44
Octal 367 146 354 0 73 4 3 461 132 104
Binary 11110111 1100110 11101100 0 111011 100 11 100110001 1011010 1000100

Color Harmonies of #F766EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766EC

Black with #F766EC

Text Example


Text Example

White with #F766EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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