Html Css Color HEX #F766F2 Pink Flamingo

📋 copy color: '#F766F2'

red 247 ◦ green 102 ◦ blue 242

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

Shades of Pink Flamingo #F766F2

Tints of Pink Flamingo #F766F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 41.79%
G = 17.26%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F766F2 (or 0xF766F2) is known color: Pink Flamingo. HEX triplet: F7, 66 and F2. RGB value is (247,102,242). Sum of RGB (Red+Green+Blue) = 247+102+242=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F766F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766F2 is #08990D. Grayscale: #A0A0A0. Windows color (decimal): -563470 or 15886071. OLE color: 15886071.

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

Color convert

RGB 247 102 242 -
CMYK 0 0.59 0.02 0.03
HSL 302.07º 0.9% 0.68% -
HSV(B) 302.07º 0.59% 0.97% -
XYZ 59.14 35.69 87.78 -
YUV 161.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 247 102 242 0 0.59 0.02 0.03 302.07 0.9 0.68
Hex F7 66 F2 0 3B 2 3 12E 5A 44
Octal 367 146 362 0 73 2 3 456 132 104
Binary 11110111 1100110 11110010 0 111011 10 11 100101110 1011010 1000100

Color Harmonies of #F766F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766F2

Black with #F766F2

Text Example


Text Example

White with #F766F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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