Html Css Color HEX #F766FF Pink Flamingo

📋 copy color: '#F766FF'

red 247 ◦ green 102 ◦ blue 255

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

Shades of Pink Flamingo #F766FF

Tints of Pink Flamingo #F766FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 40.89%
G = 16.89%
B = 42.22%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F766FF (or 0xF766FF) is known color: Pink Flamingo. HEX triplet: F7, 66 and FF. RGB value is (247,102,255). Sum of RGB (Red+Green+Blue) = 247+102+255=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 102 (40.23% from 255 or 16.89% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F766FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766FF is #089900. Grayscale: #A2A2A2. Windows color (decimal): -563457 or 16738039. OLE color: 16738039.

HSL color Cylindrical-coordinate representation of color #F766FF: hue angle of 296.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F766FF is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 102 255 -
CMYK 0.03 0.6 0 0
HSL 296.86º 1% 0.7% -
HSV(B) 296.86º 0.6% 1% -
XYZ 61.16 36.5 98.43 -
YUV 162.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 247 102 255 0.03 0.6 0 0 296.86 1 0.7
Hex F7 66 FF 3 3C 0 0 129 64 46
Octal 367 146 377 3 74 0 0 451 144 106
Binary 11110111 1100110 11111111 11 111100 0 0 100101001 1100100 1000110

Color Harmonies of #F766FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766FF

Black with #F766FF

Text Example


Text Example

White with #F766FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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