#F169EC

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

Shades of Pink Flamingo #F169EC

Tints of Pink Flamingo #F169EC

Color information

#F169EC (or 0xF169EC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 69 and EC. RGB value is (241,105,236). Sum of RGB (Red+Green+Blue) = 241+105+236=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F169EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169EC is #0E9613. Grayscale: #A0A0A0. Windows color (decimal): -955924 or 15493617. OLE color: 15493617.

HSL color Cylindrical-coordinate representation of color #F169EC: hue angle of 302.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169EC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241105236-
CMYK00.560.020.05
HSL302.21º82.93%67.84%-
HSV(B)302.21º56.43%94.51%-
XYZ56.4734.8683.11-
YUV160.6170.56185.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 105 (41.41% from 255) = 18.04%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=41.41%
G=18.04%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110523600.560.020.05302.2182.9367.84
HexF169EC0382512e5344
Octal36115135407025456123104
Binary1111000111010011110110001110001010110010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169EC; }

 p { color: rgb(241,105,236); }

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

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

 a { background-color: rgb(241,105,236); }

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

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

 span { border-color: rgb(241,105,236); }

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