#F768F3

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

Shades of Pink Flamingo #F768F3

Tints of Pink Flamingo #F768F3

Color information

#F768F3 (or 0xF768F3) is unknown color: approx Pink Flamingo. HEX triplet: F7, 68 and F3. RGB value is (247,104,243). Sum of RGB (Red+Green+Blue) = 247+104+243=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F768F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768F3 is #08970C. Grayscale: #A2A2A2. Windows color (decimal): -562957 or 15952119. OLE color: 15952119.

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

Color convert

RGB247104243-
CMYK00.580.020.03
HSL301.68º89.94%68.82%-
HSV(B)301.68º57.89%96.86%-
XYZ59.4936.1588.64-
YUV162.6173.38188.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 104 (41.02% from 255) = 17.51%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=41.58%
G=17.51%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710424300.580.020.03301.6889.9468.82
HexF768F303A2312e5a45
Octal36715036307223456132105
Binary111101111101000111100110111010101110010111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F768F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F768F3; }

 p { color: rgb(247,104,243); }

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

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

 a { background-color: rgb(247,104,243); }

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

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

 span { border-color: rgb(247,104,243); }

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