Html Css Color HEX #F766EF Pink Flamingo

📋 copy color: '#F766EF'

red 247 ◦ green 102 ◦ blue 239

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

Shades of Pink Flamingo #F766EF

Tints of Pink Flamingo #F766EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 42.01%
G = 17.35%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F766EF (or 0xF766EF) is known color: Pink Flamingo. HEX triplet: F7, 66 and EF. RGB value is (247,102,239). Sum of RGB (Red+Green+Blue) = 247+102+239=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F766EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766EF is #089910. Grayscale: #A0A0A0. Windows color (decimal): -563473 or 15689463. OLE color: 15689463.

HSL color Cylindrical-coordinate representation of color #F766EF: hue angle of 303.31º 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 #F766EF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 102 239 -
CMYK 0 0.59 0.03 0.03
HSL 303.31º 0.9% 0.68% -
HSV(B) 303.31º 0.59% 0.97% -
XYZ 58.69 35.51 85.42 -
YUV 160.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 247 102 239 0 0.59 0.03 0.03 303.31 0.9 0.68
Hex F7 66 EF 0 3B 3 3 12F 5A 44
Octal 367 146 357 0 73 3 3 457 132 104
Binary 11110111 1100110 11101111 0 111011 11 11 100101111 1011010 1000100

Color Harmonies of #F766EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766EF

Black with #F766EF

Text Example


Text Example

White with #F766EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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