#F769F8

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

Shades of Pink Flamingo #F769F8

Tints of Pink Flamingo #F769F8

Color information

#F769F8 (or 0xF769F8) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and F8. RGB value is (247,105,248). Sum of RGB (Red+Green+Blue) = 247+105+248=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #F769F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769F8 is #089607. Grayscale: #A3A3A3. Windows color (decimal): -562696 or 16280055. OLE color: 16280055.

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

Color convert

RGB247105248-
CMYK0.000.5800.03
HSL299.58º91.08%69.22%-
HSV(B)299.58º57.66%97.25%-
XYZ60.3536.6592.7-
YUV163.76175.54187.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 105 (41.41% from 255) = 17.5%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=41.17%
G=17.5%
B=41.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471052480.000.5800.03299.5891.0869.22
HexF769F803A0312c5b45
Octal36715137007203454133105
Binary11110111110100111111000011101001110010110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769F8; }

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

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

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

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

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

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

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

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