#F968F7

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

Shades of Pink Flamingo #F968F7

Tints of Pink Flamingo #F968F7

Color information

#F968F7 (or 0xF968F7) is unknown color: approx Pink Flamingo. HEX triplet: F9, 68 and F7. RGB value is (249,104,247). Sum of RGB (Red+Green+Blue) = 249+104+247=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F968F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968F7 is #069708. Grayscale: #A3A3A3. Windows color (decimal): -431881 or 16214265. OLE color: 16214265.

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

Color convert

RGB249104247-
CMYK00.580.010.02
HSL300.83º92.36%69.22%-
HSV(B)300.83º58.23%97.65%-
XYZ60.8136.7691.89-
YUV163.66175.04188.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 104 (41.02% from 255) = 17.33%
BLUE value IS 247 (96.88% from 255) = 41.17%
R=41.5%
G=17.33%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910424700.580.010.02300.8392.3669.22
HexF968F703A1212d5c45
Octal37115036707212455134105
Binary11111001110100011110111011101011010010110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968F7; }

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

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

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

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

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

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

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

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