#FF69FB

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

Shades of Pink Flamingo #FF69FB

Tints of Pink Flamingo #FF69FB

Color information

#FF69FB (or 0xFF69FB) is unknown color: approx Pink Flamingo. HEX triplet: FF, 69 and FB. RGB value is (255,105,251). Sum of RGB (Red+Green+Blue) = 255+105+251=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 105 (41.41% from 255 or 17.18% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69FB is #009604. Grayscale: #A6A6A6. Windows color (decimal): -38405 or 16476671. OLE color: 16476671.

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

Color convert

RGB255105251-
CMYK00.590.020
HSL301.6º100%70.59%-
HSV(B)301.6º58.82%100%-
XYZ63.738.3395.31-
YUV166.49175.7191.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 105 (41.41% from 255) = 17.18%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=41.73%
G=17.18%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510525100.590.020301.610070.59
HexFF69FB03B2012e6447
Octal37715137307320456144107
Binary11111111110100111111011011101110010010111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69FB; }

 p { color: rgb(255,105,251); }

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

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

 a { background-color: rgb(255,105,251); }

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

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

 span { border-color: rgb(255,105,251); }

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