#F769FC

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

Shades of Pink Flamingo #F769FC

Tints of Pink Flamingo #F769FC

Color information

#F769FC (or 0xF769FC) is unknown color: approx Pink Flamingo. HEX triplet: F7, 69 and FC. RGB value is (247,105,252). Sum of RGB (Red+Green+Blue) = 247+105+252=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 105 (41.41% from 255 or 17.38% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #F769FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769FC is #089603. Grayscale: #A3A3A3. Windows color (decimal): -562692 or 16542199. OLE color: 16542199.

HSL color Cylindrical-coordinate representation of color #F769FC: hue angle of 297.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F769FC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247105252-
CMYK0.020.5800.01
HSL297.96º96.08%70%-
HSV(B)297.96º58.33%98.82%-
XYZ60.9836.9196-
YUV164.22177.54187.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 17.38%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=40.89%
G=17.38%
B=41.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471052520.020.5800.01297.9696.0870
HexF769FC23A0112a6046
Octal36715137427201452140106
Binary11110111110100111111100101110100110010101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769FC; }

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

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

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

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

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

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

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

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