#F169EE

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

Shades of Pink Flamingo #F169EE

Tints of Pink Flamingo #F169EE

Color information

#F169EE (or 0xF169EE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 69 and EE. RGB value is (241,105,238). Sum of RGB (Red+Green+Blue) = 241+105+238=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F169EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169EE is #0E9611. Grayscale: #A0A0A0. Windows color (decimal): -955922 or 15624689. OLE color: 15624689.

HSL color Cylindrical-coordinate representation of color #F169EE: hue angle of 301.32º 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 #F169EE is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241105238-
CMYK00.560.010.05
HSL301.32º82.93%67.84%-
HSV(B)301.32º56.43%94.51%-
XYZ56.7634.9884.65-
YUV160.83171.56185.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 105 (41.41% from 255) = 17.98%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=41.27%
G=17.98%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110523800.560.010.05301.3282.9367.84
HexF169EE0381512d5344
Octal36115135607015455123104
Binary111100011101001111011100111000110110010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169EE; }

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

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

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

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

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

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

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

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