#F161F9

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

Shades of Pink Flamingo #F161F9

Tints of Pink Flamingo #F161F9

Color information

#F161F9 (or 0xF161F9) is unknown color: approx Pink Flamingo. HEX triplet: F1, 61 and F9. RGB value is (241,97,249). Sum of RGB (Red+Green+Blue) = 241+97+249=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 97 (38.28% from 255 or 16.52% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #F161F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F161F9 is #0E9E06. Grayscale: #9C9C9C. Windows color (decimal): -957959 or 16343537. OLE color: 16343537.

HSL color Cylindrical-coordinate representation of color #F161F9: hue angle of 296.84º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F161F9 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24197249-
CMYK0.030.6100.02
HSL296.84º92.68%67.84%-
HSV(B)296.84º61.04%97.65%-
XYZ57.6534.0993.16-
YUV157.38179.71187.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 97 (38.28% from 255) = 16.52%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=41.06%
G=16.52%
B=42.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241972490.030.6100.02296.8492.6867.84
HexF161F933D021295d44
Octal36114137137502451135104
Binary111100011100001111110011111110101010010100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161F9; }

 p { color: rgb(241,97,249); }

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

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

 a { background-color: rgb(241,97,249); }

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

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

 span { border-color: rgb(241,97,249); }

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