#F769E8

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

Shades of Pink Flamingo #F769E8

Tints of Pink Flamingo #F769E8

Color information

#F769E8 (or 0xF769E8) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and E8. RGB value is (247,105,232). Sum of RGB (Red+Green+Blue) = 247+105+232=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F769E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769E8 is #089617. Grayscale: #A1A1A1. Windows color (decimal): -562712 or 15231479. OLE color: 15231479.

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

Color convert

RGB247105232-
CMYK00.570.060.03
HSL306.34º89.87%69.02%-
HSV(B)306.34º57.49%96.86%-
XYZ57.9735.780.18-
YUV161.94167.54188.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 105 (41.41% from 255) = 17.98%
BLUE value IS 232 (91.02% from 255) = 39.73%
R=42.29%
G=17.98%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710523200.570.060.03306.3489.8769.02
HexF769E8039631325a45
Octal36715135007163462132105
Binary1111011111010011110100001110011101110011001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769E8; }

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

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

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

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

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

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

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

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