#FF63EC

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

Shades of Pink Flamingo #FF63EC

Tints of Pink Flamingo #FF63EC

Color information

#FF63EC (or 0xFF63EC) is unknown color: approx Pink Flamingo. HEX triplet: FF, 63 and EC. RGB value is (255,99,236). Sum of RGB (Red+Green+Blue) = 255+99+236=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63EC is #009C13. Grayscale: #A0A0A0. Windows color (decimal): -39956 or 15492095. OLE color: 15492095.

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

Color convert

RGB25599236-
CMYK00.610.070
HSL307.31º100%69.41%-
HSV(B)307.31º61.18%100%-
XYZ60.8436.2483.15-
YUV161.26170.18194.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 99 (39.06% from 255) = 16.78%
BLUE value IS 236 (92.58% from 255) = 40%
R=43.22%
G=16.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559923600.610.070307.3110069.41
HexFF63EC03D701336445
Octal37714335407570463144105
Binary111111111100011111011000111101111010011001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63EC; }

 p { color: rgb(255,99,236); }

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

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

 a { background-color: rgb(255,99,236); }

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

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

 span { border-color: rgb(255,99,236); }

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