#F161FA

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

Shades of Pink Flamingo #F161FA

Tints of Pink Flamingo #F161FA

Color information

#F161FA (or 0xF161FA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 61 and FA. RGB value is (241,97,250). Sum of RGB (Red+Green+Blue) = 241+97+250=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #F161FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F161FA is #0E9E05. Grayscale: #9D9D9D. Windows color (decimal): -957958 or 16409073. OLE color: 16409073.

HSL color Cylindrical-coordinate representation of color #F161FA: hue angle of 296.47º degrees, saturation: 0.94, 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 #F161FA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24197250-
CMYK0.040.6100.02
HSL296.47º93.87%68.04%-
HSV(B)296.47º61.2%98.04%-
XYZ57.8134.1593.99-
YUV157.5180.21187.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 97 (38.28% from 255) = 16.50%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=40.99%
G=16.50%
B=42.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241972500.040.6100.02296.4793.8768.04
HexF161FA43D021285e44
Octal36114137247502450136104
Binary1111000111000011111101010011110101010010100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161FA; }

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

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

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

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

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

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

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

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