#FC64FB

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

Shades of Pink Flamingo #FC64FB

Tints of Pink Flamingo #FC64FB

Color information

#FC64FB (or 0xFC64FB) is unknown color: approx Pink Flamingo. HEX triplet: FC, 64 and FB. RGB value is (252,100,251). Sum of RGB (Red+Green+Blue) = 252+100+251=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 100 (39.45% from 255 or 16.58% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FB is #039B04. Grayscale: #A2A2A2. Windows color (decimal): -236293 or 16475388. OLE color: 16475388.

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

Color convert

RGB252100251-
CMYK00.600.000.01
HSL300.39º96.2%69.02%-
HSV(B)300.39º60.32%98.82%-
XYZ62.1136.7795.09-
YUV162.66177.86191.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 100 (39.45% from 255) = 16.58%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=41.79%
G=16.58%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210025100.600.000.01300.3996.269.02
HexFC64FB03C0112c6045
Octal37414437307401454140105
Binary1111110011001001111101101111000110010110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC64FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC64FB; }

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

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

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

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

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

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

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

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