#F167FA

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

Shades of Pink Flamingo #F167FA

Tints of Pink Flamingo #F167FA

Color information

#F167FA (or 0xF167FA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 67 and FA. RGB value is (241,103,250). Sum of RGB (Red+Green+Blue) = 241+103+250=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F167FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F167FA is #0E9805. Grayscale: #A0A0A0. Windows color (decimal): -956422 or 16410609. OLE color: 16410609.

HSL color Cylindrical-coordinate representation of color #F167FA: hue angle of 296.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F167FA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241103250-
CMYK0.040.5900.02
HSL296.33º93.63%69.22%-
HSV(B)296.33º58.8%98.04%-
XYZ58.3835.394.18-
YUV161.02178.22185.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 103 (40.62% from 255) = 17.34%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=40.57%
G=17.34%
B=42.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411032500.040.5900.02296.3393.6369.22
HexF167FA43B021285e45
Octal36114737247302450136105
Binary1111000111001111111101010011101101010010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F167FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F167FA; }

 p { color: rgb(241,103,250); }

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

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

 a { background-color: rgb(241,103,250); }

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

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

 span { border-color: rgb(241,103,250); }

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