#F162EC

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

Shades of Pink Flamingo #F162EC

Tints of Pink Flamingo #F162EC

Color information

#F162EC (or 0xF162EC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 62 and EC. RGB value is (241,98,236). Sum of RGB (Red+Green+Blue) = 241+98+236=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F162EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162EC is #0E9D13. Grayscale: #9C9C9C. Windows color (decimal): -957716 or 15491825. OLE color: 15491825.

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

Color convert

RGB24198236-
CMYK00.590.020.05
HSL302.1º83.63%66.47%-
HSV(B)302.1º59.34%94.51%-
XYZ55.7833.4982.88-
YUV156.49172.88188.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 98 (38.67% from 255) = 17.04%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=41.91%
G=17.04%
B=41.04%

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
Decimal2419823600.590.020.05302.183.6366.47
HexF162EC03B2512e5442
Octal36114235407325456124102
Binary1111000111000101110110001110111010110010111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F162EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F162EC; }

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

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

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

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

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

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

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

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