#F768EC

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

Shades of Pink Flamingo #F768EC

Tints of Pink Flamingo #F768EC

Color information

#F768EC (or 0xF768EC) is unknown color: approx Pink Flamingo. HEX triplet: F7, 68 and EC. RGB value is (247,104,236). Sum of RGB (Red+Green+Blue) = 247+104+236=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F768EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768EC is #089713. Grayscale: #A1A1A1. Windows color (decimal): -562964 or 15493367. OLE color: 15493367.

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

Color convert

RGB247104236-
CMYK00.580.040.03
HSL304.62º89.94%68.82%-
HSV(B)304.62º57.89%96.86%-
XYZ58.4535.7383.17-
YUV161.8169.88188.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 104 (41.02% from 255) = 17.72%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=42.08%
G=17.72%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710423600.580.040.03304.6289.9468.82
HexF768EC03A431315a45
Octal36715035407243461132105
Binary1111011111010001110110001110101001110011000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F768EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F768EC; }

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

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

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

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

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

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

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

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