#F769EB

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

Shades of Pink Flamingo #F769EB

Tints of Pink Flamingo #F769EB

Color information

#F769EB (or 0xF769EB) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and EB. RGB value is (247,105,235). Sum of RGB (Red+Green+Blue) = 247+105+235=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F769EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769EB is #089614. Grayscale: #A1A1A1. Windows color (decimal): -562709 or 15428087. OLE color: 15428087.

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

Color convert

RGB247105235-
CMYK00.570.050.03
HSL305.07º89.87%69.02%-
HSV(B)305.07º57.49%96.86%-
XYZ58.435.8882.44-
YUV162.28169.04188.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 105 (41.41% from 255) = 17.89%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=42.08%
G=17.89%
B=40.03%

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
Decimal24710523500.570.050.03305.0789.8769.02
HexF769EB039531315a45
Octal36715135307153461132105
Binary1111011111010011110101101110011011110011000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769EB; }

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

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

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

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

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

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

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

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