#F168EB

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

Shades of Pink Flamingo #F168EB

Tints of Pink Flamingo #F168EB

Color information

#F168EB (or 0xF168EB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 68 and EB. RGB value is (241,104,235). Sum of RGB (Red+Green+Blue) = 241+104+235=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EB is #0E9714. Grayscale: #9F9F9F. Windows color (decimal): -956181 or 15427825. OLE color: 15427825.

HSL color Cylindrical-coordinate representation of color #F168EB: hue angle of 302.63º 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 #F168EB is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241104235-
CMYK00.570.020.05
HSL302.63º83.03%67.65%-
HSV(B)302.63º56.85%94.51%-
XYZ56.2234.682.31-
YUV159.9170.39185.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 104 (41.02% from 255) = 17.93%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=41.55%
G=17.93%
B=40.52%

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
Decimal24110423500.570.020.05302.6383.0367.65
HexF168EB0392512f5344
Octal36115035307125457123104
Binary1111000111010001110101101110011010110010111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168EB; }

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

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

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

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

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

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

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

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