Html Css Color HEX #F766ED Pink Flamingo

📋 copy color: '#F766ED'

red 247 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #F766ED

Tints of Pink Flamingo #F766ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 42.15%
G = 17.41%
B = 40.44%

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

#F766ED (or 0xF766ED) is known color: Pink Flamingo. HEX triplet: F7, 66 and ED. RGB value is (247,102,237). Sum of RGB (Red+Green+Blue) = 247+102+237=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F766ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766ED is #089912. Grayscale: #A0A0A0. Windows color (decimal): -563475 or 15558391. OLE color: 15558391.

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

Color convert

RGB 247 102 237 -
CMYK 0 0.59 0.04 0.03
HSL 304.14º 0.9% 0.68% -
HSV(B) 304.14º 0.59% 0.97% -
XYZ 58.4 35.39 83.87 -
YUV 160.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 247 102 237 0 0.59 0.04 0.03 304.14 0.9 0.68
Hex F7 66 ED 0 3B 4 3 130 5A 44
Octal 367 146 355 0 73 4 3 460 132 104
Binary 11110111 1100110 11101101 0 111011 100 11 100110000 1011010 1000100

Color Harmonies of #F766ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766ED

Black with #F766ED

Text Example


Text Example

White with #F766ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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