#F968FB

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

Shades of Pink Flamingo #F968FB

Tints of Pink Flamingo #F968FB

Color information

#F968FB (or 0xF968FB) is unknown color: approx Pink Flamingo. HEX triplet: F9, 68 and FB. RGB value is (249,104,251). Sum of RGB (Red+Green+Blue) = 249+104+251=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #F968FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FB is #069704. Grayscale: #A3A3A3. Windows color (decimal): -431877 or 16476409. OLE color: 16476409.

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

Color convert

RGB249104251-
CMYK0.010.5900.02
HSL299.18º94.84%69.61%-
HSV(B)299.18º58.57%98.43%-
XYZ61.4337.0195.17-
YUV164.11177.04188.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 104 (41.02% from 255) = 17.22%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=41.23%
G=17.22%
B=41.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491042510.010.5900.02299.1894.8469.61
HexF968FB13B0212b5f46
Octal37115037317302453137106
Binary11111001110100011111011111101101010010101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968FB; }

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

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

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

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

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

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

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

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