#FC64FC

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

Shades of Pink Flamingo #FC64FC

Tints of Pink Flamingo #FC64FC

Color information

#FC64FC (or 0xFC64FC) is unknown color: approx Pink Flamingo. HEX triplet: FC, 64 and FC. RGB value is (252,100,252). Sum of RGB (Red+Green+Blue) = 252+100+252=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 100 (39.45% from 255 or 16.56% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FC is #039B03. Grayscale: #A2A2A2. Windows color (decimal): -236292 or 16540924. OLE color: 16540924.

HSL color Cylindrical-coordinate representation of color #FC64FC: hue angle of 300º 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 #FC64FC is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252100252-
CMYK00.6000.01
HSL300º96.2%69.02%-
HSV(B)300º60.32%98.82%-
XYZ62.2736.8495.92-
YUV162.78178.36191.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 100 (39.45% from 255) = 16.56%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=41.72%
G=16.56%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210025200.6000.0130096.269.02
HexFC64FC03C0112c6045
Octal37414437407401454140105
Binary1111110011001001111110001111000110010110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC64FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC64FC; }

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

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

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

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

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

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

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

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