#F161FF

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

Shades of Pink Flamingo #F161FF

Tints of Pink Flamingo #F161FF

Color information

#F161FF (or 0xF161FF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 61 and FF. RGB value is (241,97,255). Sum of RGB (Red+Green+Blue) = 241+97+255=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 97 (38.28% from 255 or 16.36% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F161FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F161FF is #0E9E00. Grayscale: #9D9D9D. Windows color (decimal): -957953 or 16736753. OLE color: 16736753.

HSL color Cylindrical-coordinate representation of color #F161FF: hue angle of 294.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F161FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24197255-
CMYK0.050.6200
HSL294.68º100%69.02%-
HSV(B)294.68º61.96%100%-
XYZ58.634.4798.17-
YUV158.07182.71187.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 97 (38.28% from 255) = 16.36%
BLUE value IS 255 (100% from 255) = 43.00%
R=40.64%
G=16.36%
B=43.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241972550.050.6200294.6810069.02
HexF161FF53E001276445
Octal36114137757600447144105
Binary111100011100001111111111011111100010010011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161FF; }

 p { color: rgb(241,97,255); }

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

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

 a { background-color: rgb(241,97,255); }

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

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

 span { border-color: rgb(241,97,255); }

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