Html Css Color HEX #F766FD Pink Flamingo

📋 copy color: '#F766FD'

red 247 ◦ green 102 ◦ blue 253

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

Shades of Pink Flamingo #F766FD

Tints of Pink Flamingo #F766FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 41.03%
G = 16.94%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F766FD (or 0xF766FD) is known color: Pink Flamingo. HEX triplet: F7, 66 and FD. RGB value is (247,102,253). Sum of RGB (Red+Green+Blue) = 247+102+253=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 102 (40.23% from 255 or 16.94% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #F766FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766FD is #089902. Grayscale: #A2A2A2. Windows color (decimal): -563459 or 16606967. OLE color: 16606967.

HSL color Cylindrical-coordinate representation of color #F766FD: hue angle of 297.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F766FD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 102 253 -
CMYK 0.02 0.60 0 0.01
HSL 297.62º 0.97% 0.7% -
HSV(B) 297.62º 0.6% 0.99% -
XYZ 60.84 36.37 96.74 -
YUV 162.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 247 102 253 0.02 0.60 0 0.01 297.62 0.97 0.7
Hex F7 66 FD 2 3C 0 1 12A 61 46
Octal 367 146 375 2 74 0 1 452 141 106
Binary 11110111 1100110 11111101 10 111100 0 1 100101010 1100001 1000110

Color Harmonies of #F766FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766FD

Black with #F766FD

Text Example


Text Example

White with #F766FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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