#F155EF

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

Shades of Pink Flamingo #F155EF

Tints of Pink Flamingo #F155EF

Color information

#F155EF (or 0xF155EF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 55 and EF. RGB value is (241,85,239). Sum of RGB (Red+Green+Blue) = 241+85+239=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F155EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155EF is #0EAA10. Grayscale: #949494. Windows color (decimal): -961041 or 15685105. OLE color: 15685105.

HSL color Cylindrical-coordinate representation of color #F155EF: hue angle of 300.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155EF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24185239-
CMYK00.650.010.05
HSL300.77º84.78%63.92%-
HSV(B)300.77º64.73%94.51%-
XYZ55.131.4384.82-
YUV149.2178.68193.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 85 (33.59% from 255) = 15.04%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=42.65%
G=15.04%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418523900.650.010.05300.7784.7863.92
HexF155EF0411512d5540
Octal361125357010115455125100
Binary1111000110101011110111101000001110110010110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F155EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F155EF; }

 p { color: rgb(241,85,239); }

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

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

 a { background-color: rgb(241,85,239); }

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

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

 span { border-color: rgb(241,85,239); }

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