#F769F0

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

Shades of Pink Flamingo #F769F0

Tints of Pink Flamingo #F769F0

Color information

#F769F0 (or 0xF769F0) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and F0. RGB value is (247,105,240). Sum of RGB (Red+Green+Blue) = 247+105+240=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 105 (41.41% from 255 or 17.74% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F769F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769F0 is #08960F. Grayscale: #A2A2A2. Windows color (decimal): -562704 or 15755767. OLE color: 15755767.

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

Color convert

RGB247105240-
CMYK00.570.030.03
HSL302.96º89.87%69.02%-
HSV(B)302.96º57.49%96.86%-
XYZ59.1436.1786.3-
YUV162.85171.54188.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 105 (41.41% from 255) = 17.74%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=41.72%
G=17.74%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710524000.570.030.03302.9689.8769.02
HexF769F00393312f5a45
Octal36715136007133457132105
Binary111101111101001111100000111001111110010111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769F0; }

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

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

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

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

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

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

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

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