#F769EA

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

Shades of Pink Flamingo #F769EA

Tints of Pink Flamingo #F769EA

Color information

#F769EA (or 0xF769EA) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and EA. RGB value is (247,105,234). Sum of RGB (Red+Green+Blue) = 247+105+234=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F769EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769EA is #089615. Grayscale: #A1A1A1. Windows color (decimal): -562710 or 15362551. OLE color: 15362551.

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

Color convert

RGB247105234-
CMYK00.570.050.03
HSL305.49º89.87%69.02%-
HSV(B)305.49º57.49%96.86%-
XYZ58.2635.8281.68-
YUV162.16168.54188.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 105 (41.41% from 255) = 17.92%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=42.15%
G=17.92%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710523400.570.050.03305.4989.8769.02
HexF769EA039531315a45
Octal36715135207153461132105
Binary1111011111010011110101001110011011110011000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769EA; }

 p { color: rgb(247,105,234); }

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

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

 a { background-color: rgb(247,105,234); }

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

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

 span { border-color: rgb(247,105,234); }

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