#F768F4

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

Shades of Pink Flamingo #F768F4

Tints of Pink Flamingo #F768F4

Color information

#F768F4 (or 0xF768F4) is unknown color: approx Pink Flamingo. HEX triplet: F7, 68 and F4. RGB value is (247,104,244). Sum of RGB (Red+Green+Blue) = 247+104+244=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F768F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768F4 is #08970B. Grayscale: #A2A2A2. Windows color (decimal): -562956 or 16017655. OLE color: 16017655.

HSL color Cylindrical-coordinate representation of color #F768F4: hue angle of 301.26º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768F4 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB247104244-
CMYK00.580.010.03
HSL301.26º89.94%68.82%-
HSV(B)301.26º57.89%96.86%-
XYZ59.6436.2189.43-
YUV162.72173.88188.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 104 (41.02% from 255) = 17.48%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=41.51%
G=17.48%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710424400.580.010.03301.2689.9468.82
HexF768F403A1312d5a45
Octal36715036407213455132105
Binary11110111110100011110100011101011110010110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F768F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F768F4; }

 p { color: rgb(247,104,244); }

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

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

 a { background-color: rgb(247,104,244); }

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

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

 span { border-color: rgb(247,104,244); }

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