#F168EA

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

Shades of Pink Flamingo #F168EA

Tints of Pink Flamingo #F168EA

Color information

#F168EA (or 0xF168EA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 68 and EA. RGB value is (241,104,234). Sum of RGB (Red+Green+Blue) = 241+104+234=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EA is #0E9715. Grayscale: #9F9F9F. Windows color (decimal): -956182 or 15362289. OLE color: 15362289.

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

Color convert

RGB241104234-
CMYK00.570.030.05
HSL303.07º83.03%67.65%-
HSV(B)303.07º56.85%94.51%-
XYZ56.0834.5481.55-
YUV159.78169.89185.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 104 (41.02% from 255) = 17.96%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=41.62%
G=17.96%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110423400.570.030.05303.0783.0367.65
HexF168EA0393512f5344
Octal36115035207135457123104
Binary1111000111010001110101001110011110110010111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168EA; }

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

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

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

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

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

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

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

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