#FC63FE

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

Shades of Pink Flamingo #FC63FE

Tints of Pink Flamingo #FC63FE

Color information

#FC63FE (or 0xFC63FE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 63 and FE. RGB value is (252,99,254). Sum of RGB (Red+Green+Blue) = 252+99+254=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 99 (39.06% from 255 or 16.36% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FE is #039C01. Grayscale: #A1A1A1. Windows color (decimal): -236546 or 16671740. OLE color: 16671740.

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

Color convert

RGB25299254-
CMYK0.010.6100.00
HSL299.23º98.73%69.22%-
HSV(B)299.23º61.02%99.61%-
XYZ62.536.7797.57-
YUV162.42179.69191.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 99 (39.06% from 255) = 16.36%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=41.65%
G=16.36%
B=41.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252992540.010.6100.00299.2398.7369.22
HexFC63FE13D0012b6345
Octal37414337617500453143105
Binary1111110011000111111111011111010010010101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63FE; }

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

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

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

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

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

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

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

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