#F160EE

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

Shades of Pink Flamingo #F160EE

Tints of Pink Flamingo #F160EE

Color information

#F160EE (or 0xF160EE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 60 and EE. RGB value is (241,96,238). Sum of RGB (Red+Green+Blue) = 241+96+238=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F160EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160EE is #0E9F11. Grayscale: #9B9B9B. Windows color (decimal): -958226 or 15622385. OLE color: 15622385.

HSL color Cylindrical-coordinate representation of color #F160EE: hue angle of 301.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160EE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24196238-
CMYK00.600.010.05
HSL301.24º83.82%66.08%-
HSV(B)301.24º60.17%94.51%-
XYZ55.8933.2484.36-
YUV155.54174.54188.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 96 (37.89% from 255) = 16.70%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=41.91%
G=16.70%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419623800.600.010.05301.2483.8266.08
HexF160EE03C1512d5442
Octal36114035607415455124102
Binary111100011100000111011100111100110110010110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160EE; }

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

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

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

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

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

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

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

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