#F168ED

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

Shades of Pink Flamingo #F168ED

Tints of Pink Flamingo #F168ED

Color information

#F168ED (or 0xF168ED) is unknown color: approx Pink Flamingo. HEX triplet: F1, 68 and ED. RGB value is (241,104,237). Sum of RGB (Red+Green+Blue) = 241+104+237=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F168ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168ED is #0E9712. Grayscale: #9F9F9F. Windows color (decimal): -956179 or 15558897. OLE color: 15558897.

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

Color convert

RGB241104237-
CMYK00.570.020.05
HSL301.75º83.03%67.65%-
HSV(B)301.75º56.85%94.51%-
XYZ56.5134.7283.84-
YUV160.12171.39185.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 104 (41.02% from 255) = 17.87%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=41.41%
G=17.87%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110423700.570.020.05301.7583.0367.65
HexF168ED0392512e5344
Octal36115035507125456123104
Binary1111000111010001110110101110011010110010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168ED; }

 p { color: rgb(241,104,237); }

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

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

 a { background-color: rgb(241,104,237); }

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

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

 span { border-color: rgb(241,104,237); }

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