#F164FC

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

Shades of Pink Flamingo #F164FC

Tints of Pink Flamingo #F164FC

Color information

#F164FC (or 0xF164FC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 64 and FC. RGB value is (241,100,252). Sum of RGB (Red+Green+Blue) = 241+100+252=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 100 (39.45% from 255 or 16.86% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F164FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164FC is #0E9B03. Grayscale: #9F9F9F. Windows color (decimal): -957188 or 16540913. OLE color: 16540913.

HSL color Cylindrical-coordinate representation of color #F164FC: hue angle of 295.66º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F164FC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241100252-
CMYK0.040.6000.01
HSL295.66º96.2%69.02%-
HSV(B)295.66º60.32%98.82%-
XYZ58.434.8495.74-
YUV159.49180.21186.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 100 (39.45% from 255) = 16.86%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=40.64%
G=16.86%
B=42.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411002520.040.6000.01295.6696.269.02
HexF164FC43C011286045
Octal36114437447401450140105
Binary111100011100100111111001001111000110010100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164FC; }

 p { color: rgb(241,100,252); }

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

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

 a { background-color: rgb(241,100,252); }

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

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

 span { border-color: rgb(241,100,252); }

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