#FC63EF

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

Shades of Pink Flamingo #FC63EF

Tints of Pink Flamingo #FC63EF

Color information

#FC63EF (or 0xFC63EF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 63 and EF. RGB value is (252,99,239). Sum of RGB (Red+Green+Blue) = 252+99+239=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63EF is #039C10. Grayscale: #A0A0A0. Windows color (decimal): -236561 or 15688700. OLE color: 15688700.

HSL color Cylindrical-coordinate representation of color #FC63EF: hue angle of 305.1º degrees, saturation: 0.96, 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 #FC63EF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB25299239-
CMYK00.610.050.01
HSL305.1º96.23%68.82%-
HSV(B)305.1º60.71%98.82%-
XYZ60.1935.8585.41-
YUV160.71172.19193.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 99 (39.06% from 255) = 16.78%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=42.71%
G=16.78%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529923900.610.050.01305.196.2368.82
HexFC63EF03D511316045
Octal37414335707551461140105
Binary111111001100011111011110111101101110011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63EF; }

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

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

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

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

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

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

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

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