#F165FA

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

Shades of Pink Flamingo #F165FA

Tints of Pink Flamingo #F165FA

Color information

#F165FA (or 0xF165FA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 65 and FA. RGB value is (241,101,250). Sum of RGB (Red+Green+Blue) = 241+101+250=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #F165FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165FA is #0E9A05. Grayscale: #9F9F9F. Windows color (decimal): -956934 or 16410097. OLE color: 16410097.

HSL color Cylindrical-coordinate representation of color #F165FA: hue angle of 296.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F165FA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241101250-
CMYK0.040.6000.02
HSL296.38º93.71%68.82%-
HSV(B)296.38º59.6%98.04%-
XYZ58.1834.9194.11-
YUV159.85178.88185.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 101 (39.84% from 255) = 17.06%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=40.71%
G=17.06%
B=42.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411012500.040.6000.02296.3893.7168.82
HexF165FA43C021285e45
Octal36114537247402450136105
Binary1111000111001011111101010011110001010010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165FA; }

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

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

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

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

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

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

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

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