#f76afc

Color #F76AFC Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F76AFC

Tints of Pink Flamingo #F76AFC

Color information

#F76AFC (or 0xF76AFC) is unknown color: approx Pink Flamingo. HEX triplet: F7, 6A and FC. RGB value is (247,106,252). Sum of RGB (Red+Green+Blue) = 247+106+252=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 106 (41.80% from 255 or 17.52% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #F76AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AFC is #089503. Grayscale: #A4A4A4. Windows color (decimal): -562436 or 16542455. OLE color: 16542455.

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

Color convert

RGB247106252-
CMYK0.020.5800.01
HSL297.95º96.05%70.2%-
HSV(B)297.95º57.94%98.82%-
XYZ61.0837.1196.04-
YUV164.8177.21186.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 17.52%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=40.83%
G=17.52%
B=41.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471062520.020.5800.01297.9596.0570.2
HexF76AFC23A0112a6046
Octal36715237427201452140106
Binary11110111110101011111100101110100110010101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f76afc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f76afc; }

 p { color: rgb(247,106,252); }

 H1.HeaderClassName
 {
   color: #f76afc;
 }
 .AnyTagClassName
 {
   color: #f76afc;
 }
</style>
background-color css

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

 a { background-color: rgb(247,106,252); }

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

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

 span { border-color: rgb(247,106,252); }

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