#F769F1

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

Shades of Pink Flamingo #F769F1

Tints of Pink Flamingo #F769F1

Color information

#F769F1 (or 0xF769F1) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and F1. RGB value is (247,105,241). Sum of RGB (Red+Green+Blue) = 247+105+241=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F769F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769F1 is #08960E. Grayscale: #A2A2A2. Windows color (decimal): -562703 or 15821303. OLE color: 15821303.

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

Color convert

RGB247105241-
CMYK00.570.020.03
HSL302.54º89.87%69.02%-
HSV(B)302.54º57.49%96.86%-
XYZ59.2936.2387.09-
YUV162.96172.04187.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 105 (41.41% from 255) = 17.71%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=41.65%
G=17.71%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710524100.570.020.03302.5489.8769.02
HexF769F10392312f5a45
Octal36715136107123457132105
Binary111101111101001111100010111001101110010111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769F1; }

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

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

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

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

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

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

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

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