#F969FF

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

Shades of Pink Flamingo #F969FF

Tints of Pink Flamingo #F969FF

Color information

#F969FF (or 0xF969FF) is unknown color: approx Pink Flamingo. HEX triplet: F9, 69 and FF. RGB value is (249,105,255). Sum of RGB (Red+Green+Blue) = 249+105+255=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 105 (41.41% from 255 or 17.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #F969FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969FF is #069600. Grayscale: #A4A4A4. Windows color (decimal): -431617 or 16738809. OLE color: 16738809.

HSL color Cylindrical-coordinate representation of color #F969FF: hue angle of 297.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 #F969FF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249105255-
CMYK0.020.5900
HSL297.6º100%70.59%-
HSV(B)297.6º58.82%100%-
XYZ62.1737.4698.56-
YUV165.16178.71187.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 17.24%
BLUE value IS 255 (100% from 255) = 41.87%
R=40.89%
G=17.24%
B=41.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491052550.020.5900297.610070.59
HexF969FF23B0012a6447
Octal37115137727300452144107
Binary11111001110100111111111101110110010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969FF; }

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

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

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

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

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

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

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

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