#FC63FD

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

Shades of Pink Flamingo #FC63FD

Tints of Pink Flamingo #FC63FD

Color information

#FC63FD (or 0xFC63FD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 63 and FD. RGB value is (252,99,253). Sum of RGB (Red+Green+Blue) = 252+99+253=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 99 (39.06% from 255 or 16.39% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FD is #039C02. Grayscale: #A1A1A1. Windows color (decimal): -236547 or 16606204. OLE color: 16606204.

HSL color Cylindrical-coordinate representation of color #FC63FD: hue angle of 299.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63FD is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25299253-
CMYK0.000.6100.01
HSL299.61º97.47%69.02%-
HSV(B)299.61º60.87%99.22%-
XYZ62.3436.7196.73-
YUV162.3179.19191.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 99 (39.06% from 255) = 16.39%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=41.72%
G=16.39%
B=41.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252992530.000.6100.01299.6197.4769.02
HexFC63FD03D0112c6145
Octal37414337507501454141105
Binary1111110011000111111110101111010110010110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63FD; }

 p { color: rgb(252,99,253); }

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

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

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

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

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

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

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