#F163EC

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

Shades of Pink Flamingo #F163EC

Tints of Pink Flamingo #F163EC

Color information

#F163EC (or 0xF163EC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 63 and EC. RGB value is (241,99,236). Sum of RGB (Red+Green+Blue) = 241+99+236=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F163EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163EC is #0E9C13. Grayscale: #9C9C9C. Windows color (decimal): -957460 or 15492081. OLE color: 15492081.

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

Color convert

RGB24199236-
CMYK00.590.020.05
HSL302.11º83.53%66.67%-
HSV(B)302.11º58.92%94.51%-
XYZ55.8833.6882.91-
YUV157.08172.54187.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 99 (39.06% from 255) = 17.19%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=41.84%
G=17.19%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419923600.590.020.05302.1183.5366.67
HexF163EC03B2512e5443
Octal36114335407325456124103
Binary1111000111000111110110001110111010110010111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F163EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F163EC; }

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

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

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

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

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

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

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

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